django/django
2025-11-17 13:45:10 +01:00
..
apps Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
conf Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n/formatting.txt. 2025-10-23 10:11:52 -04:00
contrib Merge 8cce206292 into 1ce6e78dd4 2025-11-17 13:45:10 +01:00
core Fixed #24920 -- Added support for DecimalField with no precision. 2025-11-17 13:43:47 +01:00
db Merge 8cce206292 into 1ce6e78dd4 2025-11-17 13:45:10 +01:00
dispatch Fixed #36315 -- Used TaskGroup instead of asyncio.gather(). 2025-11-07 13:17:25 -05:00
forms Fixed #36724 -- Removed invalid "for" attribute on <legend> tags. 2025-11-13 11:22:44 -05:00
http Fixed CVE-2025-64458 -- Mitigated potential DoS in HttpResponseRedirect/HttpResponsePermanentRedirect on Windows. 2025-11-05 09:20:57 -03:00
middleware Fixed #36656 -- Avoided truncating async streaming responses in GZipMiddleware. 2025-10-21 10:45:12 -04:00
tasks Refs #35859 -- Removed support for Task enqueuing on transaction commit. 2025-09-17 13:28:58 -03:00
template Refs #35667 -- Cached Django file prefixes for warnings. 2025-09-12 10:35:01 +02:00
templatetags Removed double spaces after periods and within phrases. 2025-07-23 10:09:43 -03:00
test Fixed #36678 -- Limited retries in ParallelTestRunner. 2025-10-29 09:11:31 -03:00
urls Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
utils Fixed #36715 -- Handled non-finite Decimals in intcomma filter. 2025-11-10 14:45:48 -05:00
views Optimized View.dispatch() a bit. 2025-10-12 22:09:46 +02:00
__init__.py Bumped version; main is now 6.1 pre-alpha. 2025-09-17 15:17:05 -03:00
__main__.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
shortcuts.py Fixed #36142 -- Made Http404 messages in *_or_404() shortcuts translatable. 2025-09-26 16:47:46 +02:00