1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/django
2023-07-03 08:19:23 +02:00
..
apps
conf [4.2.x] Fixed Central Kurdish (Sorani) translations of date-related strings. 2023-04-04 11:46:26 +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 CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:19:23 +02:00
db [4.2.x] Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships. 2023-06-01 20:27:06 +01:00
dispatch
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-06-05 13:21:43 -03:00
__main__.py
shortcuts.py