summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_dateparse.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33173 -- Fixed test_dateparse tests on Python 3.11+.Mariusz Felisiak2022-05-091-2/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-91/+139
* Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decima...mendespedro2021-12-201-0/+5
* Fixed #32904 -- Made parse_time() more strict.abhiabhi942021-07-071-3/+5
* Added more tests for parse_time().Keryn Knight2021-07-061-0/+5
* Fixed #32727 -- Allowed spaces before time zone offset in parse_datetime().Ben Wilber2021-06-241-0/+3
* Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.starryrbs2020-12-211-0/+4
* Added more assertions for parse_duration() with negative timedeltas.starryrbs2020-12-211-0/+6
* Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...Farhaan Bukhsh2019-11-271-0/+4
* Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...Farhaan Bukhsh2019-11-271-0/+2
* Fixed #30141 -- Fixed parse_duration() for some negative durations.Seunghun Lee2019-02-231-2/+5
* Fixed #28076 -- Added support for PostgreSQL's interval format to parse_durat...Matthew Schinckel2017-07-031-0/+15
* Refs #27804 -- Used subTest() in dateparse tests.Matthew Schinckel2017-07-031-49/+49
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27699 -- Added negative timedelta support to parse_duration()Jinank Jain2017-01-141-0/+4
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-6/+6
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-14/+28
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-3/+6
* Fixed #24897 -- Allowed using choices longer than 1 day with DurationFieldzauddelig2015-06-021-0/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-2/+42
* Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_datetimeRichard Eames2014-06-121-0/+4
* Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin2013-09-091-4/+4
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+44