django/django
2023-09-01 11:26:29 +02:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Refs #34784 -- Added fr_CA locale formats. 2023-08-28 21:37:23 +02:00
contrib Refs #34712 -- Added system check for staticfiles storage in STORAGES setting. 2023-08-31 08:21:44 +02:00
core Fixed #34768 -- Avoided initializing colorama on non-Windows platforms. 2023-09-01 11:26:29 +02:00
db Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested OuterRef annotations. 2023-09-01 10:44:20 +02:00
dispatch Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
forms Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 2023-08-30 22:57:40 -03: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 Fixed #34692 -- Made autoreloader reset cached template loader for default renderer. 2023-08-09 09:09:52 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Fixed #34210 -- Added unittest's durations option to the test runner. 2023-08-31 07:14:58 +02:00
urls Refs #34691 -- Optimized system check for unmatched angle brackets in path(). 2023-07-11 22:45:31 +02:00
utils Fixed #34807 -- Avoided circular import between forms, models, and utils' choices. 2023-09-01 05:44:38 +02:00
views Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async functions. 2023-07-10 11:43:36 +02:00
__init__.py Bumped version; master is now 5.0 pre-alpha. 2023-01-17 11:49:15 +01:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. 2023-07-24 07:37:54 +02:00