django/django
Ben Lomax 4dfc6ff8a8 Refs #31949 -- Made @never_cache and @cache_control() decorators to work with async functions.
Thanks Carlton Gibson and Mariusz Felisiak for reviews.
2023-04-25 10:08:03 +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 Updated admin's XRegExp to 5.1.1. 2023-04-25 09:30:52 +02:00
core Fixed typo in ManagementUtility.autocomplete()'s docstring. 2023-04-13 09:28:17 +02:00
db Refs #33766 -- Removed sql.Query.build_filtered_relation_q(). 2023-04-24 08:32:49 +02:00
dispatch Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
forms Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid. 2023-04-21 07:48:27 +02:00
http Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." 2023-04-12 18:52:43 +02:00
middleware Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline. 2023-01-17 11:49:15 +01:00
template Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." 2023-04-12 18:52:43 +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 #34455 -- Restored i18n_patterns() respect of prefix_default_language argument when fallback language is used. 2023-04-10 08:49:54 +02:00
utils Corrected exception type in safe_join()'s docstring. 2023-04-20 05:44:01 +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