summaryrefslogtreecommitdiff
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...Mariusz Felisiak2023-04-141-0/+18
* Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...nessita2023-04-131-0/+17
* Fixed #34445 -- Fixed string-casting of non-string lazy objects.Ran Benita2023-03-301-0/+4
* Completed test coverage for django.utils.datastructures.Marcelo Galigniana2023-02-151-0/+5
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...Nick Pope2023-01-191-30/+0
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-183-39/+7
* Refs #30127 -- Removed name argument for django.utils.functional.cached_prope...Mariusz Felisiak2023-01-171-26/+0
* Refs #32365 -- Removed is_dst argument for various methods and functions.Mariusz Felisiak2023-01-171-12/+0
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-172-107/+6
* Refs #32738 -- Removed django.utils.datetime_safe module per deprecation time...Mariusz Felisiak2023-01-171-77/+0
* Refs #32712 -- Removed django.utils.baseconv module per deprecation timeline.Mariusz Felisiak2023-01-171-60/+0
* Fixed #34243 -- Fixed timesince() crash with timezone-aware dates and interva...sag᠎e2023-01-051-2/+10
* Added support for datetime.date to DateFormat.r().Nick Pope2023-01-051-1/+9
* Fixed #33879 -- Improved timesince handling of long intervals.GianpaoloBranca2023-01-041-2/+33
* Fixed #34194 -- Added django.utils.http.content_disposition_header().Alex Vandiver2022-12-051-0/+26
* Updated documentation and comments for RFC updates.Nick Pope2022-11-102-2/+2
* Refs #34000 -- Optimized handling None values in numberformat.format().Jimmy Angelakos2022-09-121-0/+1
* Fixed #34000 -- Fixed numberformat.format() crash on empty strings.Jimmy Angelakos2022-09-121-0/+3
* Refs #30213 -- Removed post-startup check for Watchman availability.Carlton Gibson2022-08-111-10/+0
* Refs #32948 -- Renamed Node._new_instance() to Node.create().Nick Pope2022-07-271-2/+2
* Refs #32948 -- Added more tests for django.utils.tree.Node.Nick Pope2022-07-271-4/+38
* Used AND, OR, XOR constants instead of hard-coded values.Nick Pope2022-07-271-3/+4
* Updated vendored _urlsplit() to strip newline and tabs.Michael Manfre2022-07-011-0/+1
* Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_s...Hrushikesh Vaidya2022-06-281-0/+11
* Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...Mehrdad2022-06-281-0/+38
* Refs #33173 -- Removed use of deprecated cgi module.Carlton Gibson2022-05-111-0/+37
* Refs #33173 -- Fixed test_dateparse tests on Python 3.11+.Mariusz Felisiak2022-05-091-2/+7
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-242-11/+9
* Prevented initialization of unused database connections.Florian Apolloner2022-03-171-0/+4
* Rewrote strip_tags test file to lorem ipsum.Adam Johnson2022-03-083-104/+25
* Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().Mariusz Felisiak2022-03-081-1/+1
* Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects.Theo Alexiou2022-02-211-5/+13
* Refs #28358 -- Fixed infinite recursion in LazyObject.__getattribute__().Matthias Kestenholz2022-02-171-0/+8
* Fixed #28358 -- Prevented LazyObject from mimicking nonexistent attributes.Theo Alexiou2022-02-161-0/+22
* Fixed #26287 -- Added support for addition operations to SimpleLazyObject.Theo Alexiou2022-02-101-0/+11
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-075-21/+36
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0741-1855/+2638
* Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.Keryn Knight2022-01-291-1/+13
* Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering2022-01-071-0/+7
* Refs #33216 -- Made @deconstructible do not change path for subclasses.Allen Jonathan David2022-01-041-0/+28
* Refs #21275 -- Added more tests for @deconstructible decorator.Allen Jonathan David2022-01-042-0/+69
* Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decima...mendespedro2021-12-201-0/+5
* Fixed #30127 -- Deprecated name argument of cached_property().mgaligniana2021-12-161-7/+27
* Fixed unescape_string_literal() crash on empty strings.Florian Apolloner2021-12-141-1/+1
* Added test for ValueErrors in unescape_string_literal().Florian Apolloner2021-12-141-0/+7
* Updated various links to HTTPS and new locations.Mariusz Felisiak2021-12-021-1/+1
* Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon2021-11-221-0/+6
* Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan2021-09-291-0/+16
* Refs #32074 -- Fixed find_module()/find_loader() warnings on Python 3.10+.Mariusz Felisiak2021-09-161-18/+25