django/django
2025-06-12 08:36:54 +02:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Updated translations from Transifex. 2025-06-06 13:57:27 +02:00
contrib Removed default value for app_configs in system check functions. 2025-06-11 12:46:28 -03:00
core Removed default value for app_configs in system check functions. 2025-06-11 12:46:28 -03:00
db Fixed #36442 -- Cloned FilteredRelation before rename_prefix_from_q. 2025-06-12 08:36:54 +02:00
dispatch Fixed #35801 -- Prevented collision of senders with non-overlapping lifetimes. 2025-04-23 13:09:46 +01:00
forms Refs #28909 -- Simplified code using unpacking generalizations. 2025-03-31 22:43:13 -03:00
http Fixed #36446 -- Restored "q" in internal MediaType.params property. 2025-06-09 17:37:40 -03:00
middleware Removed unneeded hyphens in "counterintuitive". 2024-07-04 08:30:19 +02:00
template Fixed #28050 -- Added template name to TemplateSyntaxError. 2025-04-17 08:56:53 +02:00
templatetags Sorted imports in django/templatetags/tz.py per isort. 2025-04-09 11:10:08 +02:00
test Fixed #36435 -- Made CaptureQueriesContext restore reset_queries conditionally. 2025-06-05 13:49:39 +02:00
urls Fixed #35518 -- Optimized RoutePattern by using string operations for converter-less routes. 2025-05-13 12:05:58 +01:00
utils Fixed CVE-2025-48432 -- Escaped formatting arguments in log_response(). 2025-06-04 08:33:30 -03:00
views Refs CVE-2025-48432 -- Prevented log injection in remaining response logging. 2025-06-06 09:05:32 -03:00
__init__.py Bumped version; main is now 6.0 pre-alpha. 2025-01-15 22:28:37 +01:00
__main__.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
shortcuts.py Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase. 2024-11-14 15:53:49 -03:00