1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
Sarah Boyce 8b53560eea Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.
Thanks Matt Hegarty for the report and Simon Charette and Natalia Bidart for the reviews.

Regression in f333e35.
2024-04-10 15:43:50 +02:00
..
apps
conf Fixed #35152 -- Added en_CA locale formats. 2024-02-01 05:22:31 +01:00
contrib Fixed #35330 -- Fixed the update of related widgets when the referenced model is camel case named. 2024-04-02 22:00:25 -03:00
core Fixed #35354 -- Simplified ASGIRequest path handling. 2024-04-05 11:35:38 +02:00
db Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields. 2024-04-10 15:43:50 +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 #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid. 2024-03-14 14:03:14 +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 #35233 -- Moved template engine system checks to backend methods. 2024-03-27 08:14:54 +01:00
templatetags
test Fixed #34901 -- Added async-compatible interface to session engines. 2024-03-13 17:55:15 +01:00
urls Fixed #35252 -- Optimized _route_to_regex(). 2024-03-05 13:09:10 +01:00
utils Refs #30686 -- Made django.utils.html.VOID_ELEMENTS a frozenset. 2024-03-14 05:56:22 +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