summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2 daysFixed #37067 -- Added trailing slash in django_file_prefixes().Fashad Ahmed
4 daysRefs #35514 -- Added warn_about_external_use() deprecation utility.Mike Edmunds
9 daysFixed #36991 -- Raised BadRequest for invalid encodings in Content-Type headers.Dinesh
2026-04-08Refs #35440 -- Optimized parse_header_parameters() for the simplest case.Pravin Kamble
2026-04-08Removed PY38 and PY39 version constants.Jacob Walls
2026-03-16Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs.Praful Gulani
2026-03-10Fixed #36943 -- Preserved any exception from URLconf module in autoreloader.varunkasyap
2026-03-09Fixed #36293 -- Avoided buffering streaming responses in GZipMiddleware.farhan
2026-03-03Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s...Natalia
2026-03-02Fixed #36961 -- Fixed TypeError in deprecation warnings if Django is imported...Jacob Walls
2026-02-25Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit references...Natalia
2026-02-10Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...93578237
2026-02-03Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.Truncator...Natalia
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2025-12-24Fixed #36810 -- Avoided infinite recursion in SimpleLazyObject.__repr__().Sean
2025-12-24Refs #36810 -- Avoided infinite recursion in LazyNonce.__repr__().Sean Reed
2025-12-17Fixed #32568 -- Replaced mark_safe() with SafeString for literal values.Pravin Kamble
2025-12-17Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().varunkasyap
2025-12-01Fixed #36712 -- Evaluated type annotations lazily in template tag registration.Jacob Walls
2025-11-26Fixed #36743 -- Increased URL max length enforced in HttpResponseRedirectBase.varunkasyap
2025-11-20Fixed #36321 -- Defaulted suggest_on_error=True in management commands.kihuni
2025-11-20Fixed #36737 -- Escaped further control characters in escapejs.farthestmage
2025-11-18Fixed #36733 -- Escaped attributes in Stylesheet.__str__().varunkasyap
2025-11-10Fixed #36715 -- Handled non-finite Decimals in intcomma filter.Kasyap Pentamaraju
2025-11-07Fixed #36705 -- Avoided string concatenation in utils.Kasyap Pentamaraju
2025-11-05Fixed #36710 -- Fixed a regression in urlize for multipart domain names.Mehraz Hossain Rumman
2025-10-31Fixed #36696 -- Fixed NameError when inspecting functions with deferred annot...Patrick Rauscher
2025-10-21Fixed #36656 -- Avoided truncating async streaming responses in GZipMiddleware.Adam Johnson
2025-10-20Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.YashRaj1506
2025-10-01Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal via archi...Sarah Boyce
2025-09-25Fixed #36434 -- Preserved unbuffered stdio (-u) in autoreloader child.SaJH
2025-09-17Advanced deprecation warnings for Django 6.1.Jacob Walls
2025-09-16Fixed #35859 -- Added background Tasks framework interface.Jake Howard
2025-09-15Fixed #36520 -- Reverted "Fixed #35440 -- Simplified parse_header_parameters ...Natalia
2025-09-12Refs #35667 -- Cached Django file prefixes for warnings.Adam Johnson
2025-08-28Fixed #35533 -- Prevented urlize creating broken links given a markdown link ...SaJH
2025-08-27Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...Sarah Boyce
2025-08-25Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...SaJH
2025-08-14Fixed #36410 -- Added support for Template Partials to the Django Template La...farhan
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-16Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify d...Mike Edmunds
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-06-04Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response()`.Natalia
2025-05-06Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2025-04-23Fixed #36341 -- Preserved whitespaces in wordwrap template filter.Matti Pohjanvirta
2025-04-02Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_host_and_s...Sarah Boyce
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-30Fixed warnings per flake8 7.2.0.Mariusz Felisiak