.. |
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
|
Fixed #35030 -- Made django.contrib.auth decorators to work with async functions.
|
2024-03-07 09:59:33 +01:00 |
core
|
Made runserver close database connections from migration checks.
|
2024-03-01 08:13:59 +01:00 |
db
|
Fixed #35044 -- Avoided clearing reverse relations and private fields when accessing deferred fields.
|
2024-03-08 11:09:54 +01:00 |
dispatch
|
Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous.
|
2024-02-08 11:36:28 +01:00 |
forms
|
Fixed #35241 -- Cached model's full parent list.
|
2024-02-26 05:38:31 +01: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
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
templatetags
|
Refs #34233 -- Used str.removeprefix()/removesuffix().
|
2023-01-18 19:11:18 +01:00 |
test
|
Refs #32114 -- Fixed test crash on non-picklable objects in subtests when PickleError is raised.
|
2024-02-26 17:18:48 +01:00 |
urls
|
Fixed #35252 -- Optimized _route_to_regex().
|
2024-03-05 13:09:10 +01:00 |
utils
|
Refs #34900 -- Fixed CommandTypes.test_help_default_options_with_custom_arguments test on Python 3.13+.
|
2024-02-20 20:59:26 +01: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 |