summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_timesince.py
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 #34243 -- Fixed timesince() crash with timezone-aware dates and interva...sag᠎e2023-01-051-2/+10
* Fixed #33879 -- Improved timesince handling of long intervals.GianpaoloBranca2023-01-041-2/+33
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-78/+114
* Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz2021-04-101-1/+6
* Fixed #31623 -- Allowed specifying number of adjacent time units in timesince...Tim Park2020-07-161-2/+30
* Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...Hasan Ramezani2019-10-281-1/+14
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.vinay karanam2017-01-021-0/+6
* Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak2016-12-271-0/+6
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-43/+25
* Fixed #19210 -- Added leap year support to django.utils.timesince()Raphael Michel2015-06-041-0/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed all E226 violationsAlex Gaynor2013-11-031-24/+24
* Fixed #21161 -- Timezone-related tests on Windows.Aymeric Augustin2013-10-051-0/+7
* Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin2013-09-091-3/+4
* Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenström2013-05-181-35/+36
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+124