index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
Age
Commit message (
Expand
)
Author
2025-12-17
Fixed #32568 -- Replaced mark_safe() with SafeString for literal values.
Pravin Kamble
2025-12-17
Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().
varunkasyap
2025-12-01
Fixed #36712 -- Evaluated type annotations lazily in template tag registration.
Jacob Walls
2025-11-26
Fixed #36743 -- Increased URL max length enforced in HttpResponseRedirectBase.
varunkasyap
2025-11-20
Fixed #36321 -- Defaulted suggest_on_error=True in management commands.
kihuni
2025-11-20
Fixed #36737 -- Escaped further control characters in escapejs.
farthestmage
2025-11-18
Fixed #36733 -- Escaped attributes in Stylesheet.__str__().
varunkasyap
2025-11-10
Fixed #36715 -- Handled non-finite Decimals in intcomma filter.
Kasyap Pentamaraju
2025-11-07
Fixed #36705 -- Avoided string concatenation in utils.
Kasyap Pentamaraju
2025-11-05
Fixed #36710 -- Fixed a regression in urlize for multipart domain names.
Mehraz Hossain Rumman
2025-10-31
Fixed #36696 -- Fixed NameError when inspecting functions with deferred annot...
Patrick Rauscher
2025-10-21
Fixed #36656 -- Avoided truncating async streaming responses in GZipMiddleware.
Adam Johnson
2025-10-20
Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.
YashRaj1506
2025-10-01
Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal via archi...
Sarah Boyce
2025-09-25
Fixed #36434 -- Preserved unbuffered stdio (-u) in autoreloader child.
SaJH
2025-09-17
Advanced deprecation warnings for Django 6.1.
Jacob Walls
2025-09-16
Fixed #35859 -- Added background Tasks framework interface.
Jake Howard
2025-09-15
Fixed #36520 -- Reverted "Fixed #35440 -- Simplified parse_header_parameters ...
Natalia
2025-09-12
Refs #35667 -- Cached Django file prefixes for warnings.
Adam Johnson
2025-08-28
Fixed #35533 -- Prevented urlize creating broken links given a markdown link ...
SaJH
2025-08-27
Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...
Sarah Boyce
2025-08-25
Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...
SaJH
2025-08-14
Fixed #36410 -- Added support for Template Partials to the Django Template La...
farhan
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-16
Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify d...
Mike Edmunds
2025-06-27
Fixed #15727 -- Added Content Security Policy (CSP) support.
Rob Hudson
2025-06-04
Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response()`.
Natalia
2025-05-06
Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().
Sarah Boyce
2025-04-23
Fixed #36341 -- Preserved whitespaces in wordwrap template filter.
Matti Pohjanvirta
2025-04-02
Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_host_and_s...
Sarah Boyce
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-30
Fixed warnings per flake8 7.2.0.
Mariusz Felisiak
2025-03-27
Fixed #35440 -- Simplified parse_header_parameters by leveraging stdlid's Mes...
Khudyakov Artem
2025-03-19
Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and urlizet...
Ahmed Nassar
2025-03-06
Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template filter.
Sarah Boyce
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-02-16
Refs #35704 -- Used copy.replace() in Operation.reduce() methods.
Adam Johnson
2025-01-23
Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.
Mike Edmunds
2025-01-20
Fixed #36017 -- Used EmailValidator in urlize to detect emails.
greg
2025-01-15
Advanced deprecation warnings for Django 6.0.
Sarah Boyce
2025-01-15
Refs #34983 -- Removed django.utils.itercompat per deprecation timeline.
Sarah Boyce
2025-01-15
Refs #34609 -- Removed support for calling format_html() without arguments pe...
Sarah Boyce
2025-01-15
Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash ...
Mariusz Felisiak
2025-01-14
Fixed #35998 -- Added caching to django.utils.html.urlize().
Sarah Boyce
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
2025-01-07
Fixed #36023 -- Handled controls chars in content_disposition_header.
Alex Vandiver
2024-12-17
Fixed #36012 -- Made mailto punctuation percent-encoded in Urlizer.
Mike Edmunds
2024-12-04
Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().
Sarah Boyce
[next]