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
2025-01-15
Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash ...
Mariusz Felisiak
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
2024-09-03
Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc tem...
Sarah Boyce
2024-08-30
Dropped safeguards against very old versions of gettext.
Claude Paroz
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2024-08-27
Refs #34609 -- Fixed deprecation warning stack level in format_html().
Adam Johnson
2024-08-20
Fixed #35668 -- Added mapping support to format_html_join.
nabil-rady
2024-08-12
Fixed #35648 -- Raised NotImplementedError in SafeString.__add__ for non-stri...
Matthias Kestenholz
2024-08-12
Refs #35648 -- Added test for addition between SafeString and str in utils_te...
Matthias Kestenholz
2024-08-06
Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize...
Mariusz Felisiak
2024-08-06
Fixed CVE-2024-41990 -- Mitigated potential DoS in urlize and urlizetrunc tem...
Sarah Boyce
2024-07-09
Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizetrunc tem...
Adam Johnson
2024-06-18
Fixed #12978 -- Added support for RSS feed stylesheets.
Baptiste Mispelon
2024-03-04
Refs CVE-2024-27351 -- Forwardported release notes and tests.
Shai Berger
2024-02-07
Fixed #30686 -- Used Python HTMLParser in utils.text.Truncator.
David Smith
2024-02-07
Refs #30686 -- Fixed text truncation for negative or zero lengths.
David Smith
2024-02-06
Refs #30686 -- Improved test coverage of Truncator.
David Smith
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-09
Fixed #35097 -- Tested parse_datetime() with bare date.
Tim Graham
2024-01-04
Used enterClassContext() where appropriate.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-11-28
Refs #34986 -- Fixed some test assertions for PyPy.
Nick Pope
2023-11-28
Refs #34986 -- Fixed mocking in utils_tests.test_http.HttpDateProcessingTests...
Nick Pope
2023-11-24
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
Nick Pope
2023-10-23
Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function.
Nick Pope
2023-10-23
Refs #31262 -- Added __eq__() and __getitem__() to BaseChoiceIterator.
Nick Pope
2023-10-04
Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncato...
Natalia
2023-09-04
Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding.uri_to_i...
Mariusz Felisiak
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-08-28
Fixed #34787 -- Fixed autoreloader crash when run from installed script on Wi...
sarahboyce
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-08-20
Fixed utils_tests.test_lazyobject.SimpleLazyObjectPickleTestCase.
Mariusz Felisiak
2023-07-12
Refs #30116 -- Simplified tests related with dictionary order.
Mariusz Felisiak
2023-06-12
Allowed custom formatting of lazy() objects.
Nick Pope
2023-06-12
Allowed multiplication of lazy() objects with int return type.
Nick Pope
2023-06-12
Made proxy class in lazy() prepare eagerly.
Ran Benita
2023-06-12
Added more tests for django.utils.functional.lazy().
Nick Pope
2023-06-08
Made bytes and str return types no longer mutually exclusive in lazy().
Ran Benita
2023-06-08
Refs #34445 -- Fixed string-casting of non-string lazy objects when value may...
Ran Benita
2023-06-06
Fixed #34609 -- Deprecated calling format_html() without arguments.
devilsautumn
2023-05-23
Refs #34118 -- Fixed FunctionalTests.test_cached_property_reuse_different_nam...
Mariusz Felisiak
2023-04-14
Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...
Mariusz Felisiak
2023-04-13
Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...
nessita
2023-03-30
Fixed #34445 -- Fixed string-casting of non-string lazy objects.
Ran Benita
2023-02-15
Completed test coverage for django.utils.datastructures.
Marcelo Galigniana
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-19
Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...
Nick Pope
[next]