1
0
mirror of https://github.com/django/django.git synced 2024-12-28 12:06:22 +00:00
django/django
Mariusz Felisiak 415a08a528 [5.0.x] Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_field with backend converters.
Regression in d9de74141e.

This is a long standing issue, however it caused a crash of
GeneratedFields for all output fields that have backend-specific
converters when the RETURNING clause is not supported
(MySQL and SQLite < 3.35).
That's why severity was exacerbated.
Backport of 5b3b791e90 from main
2023-12-07 20:50:48 +01:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf [5.0.x] Updated translations from Transifex. 2023-12-04 08:17:21 -03:00
contrib [5.0.x] Fixed #35020 -- Fixed ModelAdmin.lookup_allowed() for non-autofield primary keys. 2023-12-07 08:44:59 +01:00
core [5.0.x] Fixed #34457 -- Restored output for makemigrations --check. 2023-11-09 10:44:07 -03:00
db [5.0.x] Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_field with backend converters. 2023-12-07 20:50:48 +01:00
dispatch Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
forms [5.0.x] Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting. 2023-11-28 20:08:10 +01:00
http Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application/x-www-form-urlencoded content type. 2023-08-25 21:27:22 +02:00
middleware Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:04:18 +02:00
template [5.0.x] Fixed #34878 -- Fixed autoreloader crash when FORM_RENDERER is set to TemplatesSetting. 2023-09-29 06:36:59 +02:00
templatetags
test [5.0.x] Fixed #34903, Refs #34825 -- Made workers initialization respect empty set of used connections. 2023-10-23 05:42:39 +02:00
urls Refs #34691 -- Optimized system check for unmatched angle brackets in path(). 2023-07-11 22:45:31 +02:00
utils [5.0.x] Fixed #34899 -- Added blank choice to forms' callable choices lazily. 2023-10-23 14:54:37 -03:00
views Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async functions. 2023-07-10 11:43:36 +02:00
__init__.py [5.0.x] Post-release version bump. 2023-12-04 10:16:11 -03:00
__main__.py
shortcuts.py Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. 2023-07-24 07:37:54 +02:00