summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2026-03-03[4.2.x] Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions o...Natalia
2026-02-03[4.2.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...Natalia
2025-11-26[4.2.x] Fixed #36743 -- Increased URL max length enforced in HttpResponseRedi...varunkasyap
2025-11-05[4.2.x] Fixed CVE-2025-64458 -- Mitigated potential DoS in HttpResponseRedire...Jacob Walls
2025-10-01[4.2.x] Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal v...Sarah Boyce
2025-06-04[4.2.x] Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response...Natalia
2025-05-06[4.2.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2025-04-23[4.2.x] Fixed #36341 -- Preserved whitespaces in wordwrap template filter.Matti Pohjanvirta
2025-04-23[4.2.x] Fixed warnings per flake8 7.2.0.Mariusz Felisiak
2025-03-06[4.2.x] Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template ...Sarah Boyce
2025-01-15[4.2.x] Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address(...Mariusz Felisiak
2025-01-14[4.2.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Natalia
2024-12-04[4.2.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2024-12-03[4.2.x] Refs CVE-2024-11168 -- Updated vendored _urlsplit() to properly valid...Mariusz Felisiak
2024-09-03[4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...Sarah Boyce
2024-07-31[4.2.x] Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.htm...Mariusz Felisiak
2024-07-31[4.2.x] Fixed CVE-2024-41990 -- Mitigated potential DoS in urlize and urlizet...Sarah Boyce
2024-07-25[4.2.x] Fixed #35627 -- Raised a LookupError rather than an unhandled ValueEr...Lorenzo Peña
2024-07-09[4.2.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang...Sarah Boyce
2024-07-09[4.2.x] Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizet...Adam Johnson
2024-03-04[4.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words().Shai Berger
2023-10-04[4.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....Natalia
2023-09-04[4.2.x] Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding....Mariusz Felisiak
2023-05-02[4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when...Mariusz Felisiak
2023-04-14[4.2.x] Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware date...Mariusz Felisiak
2023-04-13[4.2.x] Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dat...nessita
2023-04-10[4.2.x] Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_la...sarahboyce
2023-04-05[4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Pyth...Mariusz Felisiak
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-02-01[4.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Ac...Nick Pope
2023-01-11Refs #33879 -- Fixed plural value deprecation warnings.Mariusz Felisiak
2023-01-05Fixed #34243 -- Fixed timesince() crash with timezone-aware dates and interva...sag᠎e
2023-01-05Simplified handling ambiguous/imaginary datetimes in django.utils.dateformat.Nick Pope
2023-01-05Added support for datetime.date to DateFormat.r().Nick Pope
2023-01-05Simplified django.utils.dateformat.DateFormat.O()/t()/e() a bit.Nick Pope
2023-01-05Optimized imports in django.utils.dateformat.Nick Pope
2023-01-04Simplified django.utils.formats.date_format()/time_format() calls.Nick Pope
2023-01-04Fixed #33879 -- Improved timesince handling of long intervals.GianpaoloBranca
2022-12-22Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson
2022-12-17Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.Andreas Pelme
2022-12-05Fixed #34194 -- Added django.utils.http.content_disposition_header().Alex Vandiver
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-13Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18...Sergio
2022-09-12Refs #34000 -- Optimized handling None values in numberformat.format().Jimmy Angelakos
2022-09-12Fixed #34000 -- Fixed numberformat.format() crash on empty strings.Jimmy Angelakos
2022-08-11Refs #30213 -- Removed post-startup check for Watchman availability.Carlton Gibson
2022-07-27Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.Nick Pope
2022-07-27Refs #32948 -- Added Node.__copy__().Nick Pope