1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/django
willzhao acfb427522 [4.2.x] Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested OuterRef annotations.
Thanks Pierre-Nicolas Rigal for the report.

Regression in c67ea79aa9.

Backport of 9cc0d7f7f8 from main
2023-09-01 11:25:00 +02:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf [4.2.x] Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES. 2023-08-18 18:12:30 +02:00
contrib [4.2.x] Fixed #34638 -- Fixed admin change list selected row highlight on editable boolean fields. 2023-06-11 19:28:50 +02:00
core [4.2.x] Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fields without natural keys during serialization. 2023-08-19 11:23:59 +02:00
db [4.2.x] Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested OuterRef annotations. 2023-09-01 11:25:00 +02:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms [4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:19:23 +02:00
http [4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." 2023-04-12 18:53:29 +02:00
middleware [4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:33:23 +02:00
template [4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." 2023-04-12 18:53:29 +02:00
templatetags Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
test [4.2.x] Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming responses. 2023-02-17 11:48:59 +01:00
urls [4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:33:23 +02:00
utils [4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:33:23 +02:00
views [4.2.x] Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page. 2023-05-22 11:52:03 +02:00
__init__.py [4.2.x] Post-release version bump. 2023-08-01 14:36:22 -03:00
__main__.py
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00