.. |
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
|
Used SessionBase.__setitem__() in setdefault().
|
2024-03-12 10:48:04 +01:00 |
core
|
Moved --failfast to DiscoverRunner.
|
2024-03-09 20:34:00 +01:00 |
db
|
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle.
|
2024-03-11 13:24:18 +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
|
Fixed #35286 -- Updated broken link in django/template/smartif.py docstring.
|
2024-03-10 20:05:15 +01:00 |
templatetags
|
Refs #34233 -- Used str.removeprefix()/removesuffix().
|
2023-01-18 19:11:18 +01:00 |
test
|
Moved --failfast to DiscoverRunner.
|
2024-03-09 20:34:00 +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 |