1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
2024-05-07 14:25:51 +02:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Fixed #35152 -- Added en_CA locale formats. 2024-02-01 05:22:31 +01:00
contrib Migrated to ESLint 9+. 2024-05-06 11:42:37 +02:00
core Made confirmation prompt in squashmigrations consistent with other prompts. 2024-04-26 09:50:47 -03:00
db Fixed #35407 -- Cached model's Options.swapped. 2024-05-07 14:25:51 +02:00
dispatch Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous. 2024-02-08 11:36:28 +01:00
forms Refs #32819 -- Avoided adding 'aria-describedby' to hidden inputs. 2024-04-30 11:11:02 +02:00
http Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
middleware Fixed #27225 -- Added "Age" header when fetching cached responses. 2024-02-05 13:27:51 +01:00
template Fixed #35395 -- slice filter crashes on an empty dict with Python 3.12. 2024-04-24 10:53:38 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Refs #31224 -- Fixed typo in django/test/client.py. 2024-05-03 22:45:15 -03:00
urls Fixed #35252 -- Optimized _route_to_regex(). 2024-03-05 13:09:10 +01:00
utils Fixed #35364 -- Stopped AdminEmailHandler rendering email unnecessarily. 2024-04-12 10:37:28 +02:00
views Fixed #35140 -- Increased font size in debug views. 2024-02-23 06:44:16 +01:00
__init__.py Bumped version; main is now 5.1 pre-alpha. 2023-09-18 22:12:40 +02:00
__main__.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
shortcuts.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00