django/django
Tom Forbes ea8cbca579 Made MigrationRecorder cache has_table() result if django_migrations table exists. 2023-05-25 13:18:02 +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 Refs #34593 -- Commented that the extra count is necessary in ChangeList.get_results(). 2023-05-24 12:00:50 -03:00
core Fixed #34587 -- Allowed customizing table name normalization in inspectdb command. 2023-05-22 16:48:06 +02:00
db Made MigrationRecorder cache has_table() result if django_migrations table exists. 2023-05-25 13:18:02 +02:00
dispatch Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
forms Refs #32339 -- Fixed super() call in deprecated renderers. 2023-05-17 11:11:43 -03: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 #34577 -- Added escapeseq template filter. 2023-05-22 09:58:03 +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 Fixed #34592 -- Removed Safari/Chrome workaround for system fonts. 2023-05-24 10:26:25 +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