summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2026-03-03[5.2.x] Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions o...Natalia
2026-02-25[5.2.x] Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit re...Natalia
2026-02-10[5.2.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...93578237
2026-02-03[5.2.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...Natalia
2025-12-01[5.2.x] Fixed #36712 -- Evaluated type annotations lazily in template tag reg...Jacob Walls
2025-11-26[5.2.x] Fixed #36743 -- Increased URL max length enforced in HttpResponseRedi...varunkasyap
2025-11-18[5.2.x] Fixed #36733 -- Escaped attributes in Stylesheet.__str__().varunkasyap
2025-10-31[5.2.x] Fixed #36696 -- Fixed NameError when inspecting functions with deferr...Patrick Rauscher
2025-10-01[5.2.x] Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal v...Sarah Boyce
2025-06-04[5.2.x] Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response...Natalia
2025-05-06[5.2.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2025-04-23[5.2.x] Fixed #36341 -- Preserved whitespaces in wordwrap template filter.Matti Pohjanvirta
2025-04-02[5.2.x] Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_ho...Sarah Boyce
2025-03-30[5.2.x] Fixed warnings per flake8 7.2.0.Mariusz Felisiak
2025-03-06[5.2.x] Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template ...Sarah Boyce
2025-01-23[5.2.x] Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.Mike Edmunds
2025-01-20[5.2.x] Fixed #36017 -- Used EmailValidator in urlize to detect emails.greg
2025-01-15Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash ...Mariusz Felisiak
2025-01-14Fixed #35998 -- Added caching to django.utils.html.urlize().Sarah Boyce
2025-01-14Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Michael Manfre
2025-01-07Fixed #36023 -- Handled controls chars in content_disposition_header.Alex Vandiver
2024-12-17Fixed #36012 -- Made mailto punctuation percent-encoded in Urlizer.Mike Edmunds
2024-12-04Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2024-10-25Refs #35844 -- Corrected expected error messages in commands tests on Python ...Tainara Palmeira
2024-09-18Fixed #35766 -- Handled slices in BaseChoiceIterator.Sarah Boyce
2024-09-16Fixed #34221 -- Honored translation precedence with mixed plural forms.Claude Paroz
2024-09-03Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc tem...Sarah Boyce
2024-08-30Fixed #35083 -- Updated method_decorator to handle async methods.Vaarun Sinha
2024-08-30Dropped safeguards against very old versions of gettext.Claude Paroz
2024-08-27Refs #34609 -- Fixed deprecation warning stack level in format_html().Adam Johnson
2024-08-20Fixed #35668 -- Added mapping support to format_html_join.nabil-rady
2024-08-12Fixed #35648 -- Raised NotImplementedError in SafeString.__add__ for non-stri...Matthias Kestenholz
2024-08-06Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize...Mariusz Felisiak
2024-08-06Fixed CVE-2024-41990 -- Mitigated potential DoS in urlize and urlizetrunc tem...Sarah Boyce
2024-07-25Fixed #35627 -- Raised a LookupError rather than an unhandled ValueError in g...Lorenzo Peña
2024-07-11Refs #25466 -- Removed unused DeprecationInstanceCheck.Adam Johnson
2024-07-09Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_language_var...Sarah Boyce
2024-07-09Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizetrunc tem...Adam Johnson
2024-06-18Fixed #12978 -- Added support for RSS feed stylesheets.Baptiste Mispelon
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2024-05-22Advanced deprecation warnings for Django 5.2.Natalia
2024-05-16Removed PY36 and PY37 version constants.Sarah Boyce
2024-04-12Fixed #35364 -- Stopped AdminEmailHandler rendering email unnecessarily.Adam Johnson
2024-03-14Refs #30686 -- Made django.utils.html.VOID_ELEMENTS a frozenset.Nick Pope
2024-02-20Refs #34900 -- Fixed CommandTypes.test_help_default_options_with_custom_argum...Mariusz Felisiak
2024-02-15Refs #30686 -- Removed unused regexes in django.utils.text.Mariusz Felisiak
2024-02-14Fixed #35179 -- Made admindocs detect positional/keyword-only arguments.Salvo Polizzi
2024-02-09Fixed #35175 -- Made migraton writer preserve keyword-only arguments.David Sanders
2024-02-07Fixed #30686 -- Used Python HTMLParser in utils.text.Truncator.David Smith
2024-02-07Refs #30686 -- Fixed text truncation for negative or zero lengths.David Smith