django/django
Mariusz Felisiak 59262c294d
Moved SQLite DatabaseSchemaEditor.add_field()'s comment to the correct line.
2023-05-09 11:39:49 +02:00
..
apps Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
conf Added Irish locale formats. 2023-04-19 19:32:32 +02:00
contrib Fixed #34513 -- Added system check for relational fields in ModelAdmin.list_display. 2023-05-02 06:46:22 +02:00
core Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling CommandError. 2023-05-04 06:07:12 +02:00
db Moved SQLite DatabaseSchemaEditor.add_field()'s comment to the correct line. 2023-05-09 11:39:49 +02:00
dispatch Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
forms Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00
http Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." 2023-04-12 18:52:43 +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 Fixed #34518 -- Fixed crash of random() template filter with an empty list. 2023-04-26 14:17:57 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
urls Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:04:18 +02:00
utils Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:04:18 +02:00
views Refs #31949 -- Made @never_cache and @cache_control() decorators to work with async functions. 2023-04-25 10:08:03 +02:00
__init__.py Bumped version; master is now 5.0 pre-alpha. 2023-01-17 11:49:15 +01:00
__main__.py
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00