1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/django
Adam Johnson e65deb7d14
Fixed #35246 -- Made Field.unique a cached property.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2024-02-26 06:20:16 +01:00
..
apps
conf Fixed #35152 -- Added en_CA locale formats. 2024-02-01 05:22:31 +01:00
contrib Fixed #35241 -- Cached model's full parent list. 2024-02-26 05:38:31 +01:00
core Fixed #23759 -- Preserved all file extensions in Storage.get_available_name(). 2024-02-20 21:06:39 +01:00
db Fixed #35246 -- Made Field.unique a cached property. 2024-02-26 06:20:16 +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
test Fixed #32114 -- Fixed parallel test crash on non-picklable objects in subtests. 2024-02-21 12:04:03 +01:00
urls Fixed #35090 -- Deprecated registering URL converters with the same name. 2024-02-23 15:54:49 +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
__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