index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
Age
Commit 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
2026-01-29
[4.2.x] Refs #36499 -- Adjusted test_strip_tags to run on Python 3.8.
Jacob Walls
2026-01-22
[4.2.x] Refs #36499 -- Adjusted test_strip_tags following Python behavior cha...
Jacob Walls
2025-10-01
[4.2.x] Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal v...
Sarah Boyce
2025-08-13
[4.2.x] Fixed #36499 -- Adjusted utils_tests.test_html.TestUtilsHtml.test_str...
Natalia
2025-05-06
[4.2.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().
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-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-23
[4.2.x] Refs #34118 -- Fixed FunctionalTests.test_cached_property_reuse_diffe...
Mariusz Felisiak
2023-04-14
[4.2.x] Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware date...
Mariusz Felisiak
2023-04-14
[4.2.x] Refs #34483 -- Fixed utils_tests.test_timesince crash on Python 3.8.
Mariusz Felisiak
2023-04-13
[4.2.x] Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dat...
nessita
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-05
Fixed #34243 -- Fixed timesince() crash with timezone-aware dates and interva...
sage
2023-01-05
Added support for datetime.date to DateFormat.r().
Nick Pope
2023-01-04
Fixed #33879 -- Improved timesince handling of long intervals.
GianpaoloBranca
2022-12-05
Fixed #34194 -- Added django.utils.http.content_disposition_header().
Alex Vandiver
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-09-12
Refs #34000 -- Optimized handling None values in numberformat.format().
Jimmy Angelakos
2022-09-12
Fixed #34000 -- Fixed numberformat.format() crash on empty strings.
Jimmy Angelakos
2022-08-11
Refs #30213 -- Removed post-startup check for Watchman availability.
Carlton Gibson
2022-07-27
Refs #32948 -- Renamed Node._new_instance() to Node.create().
Nick Pope
2022-07-27
Refs #32948 -- Added more tests for django.utils.tree.Node.
Nick Pope
2022-07-27
Used AND, OR, XOR constants instead of hard-coded values.
Nick Pope
2022-07-01
Updated vendored _urlsplit() to strip newline and tabs.
Michael Manfre
2022-06-28
Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_s...
Hrushikesh Vaidya
2022-06-28
Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...
Mehrdad
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-05-09
Refs #33173 -- Fixed test_dateparse tests on Python 3.11+.
Mariusz Felisiak
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-17
Prevented initialization of unused database connections.
Florian Apolloner
2022-03-08
Rewrote strip_tags test file to lorem ipsum.
Adam Johnson
2022-03-08
Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().
Mariusz Felisiak
2022-02-21
Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects.
Theo Alexiou
2022-02-17
Refs #28358 -- Fixed infinite recursion in LazyObject.__getattribute__().
Matthias Kestenholz
2022-02-16
Fixed #28358 -- Prevented LazyObject from mimicking nonexistent attributes.
Theo Alexiou
2022-02-10
Fixed #26287 -- Added support for addition operations to SimpleLazyObject.
Theo Alexiou
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-29
Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.
Keryn Knight
[next]