index
:
django.git
fix-31295
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
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
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-17
Refs #30127 -- Removed name argument for django.utils.functional.cached_prope...
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed is_dst argument for various methods and functions.
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
2023-01-17
Refs #32738 -- Removed django.utils.datetime_safe module per deprecation time...
Mariusz Felisiak
2023-01-17
Refs #32712 -- Removed django.utils.baseconv module per deprecation timeline.
Mariusz Felisiak
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
[next]