summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_timesince.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2023-04-14Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...Mariusz Felisiak
2023-04-13Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...nessita
2023-01-05Fixed #34243 -- Fixed timesince() crash with timezone-aware dates and interva...sag᠎e
2023-01-04Fixed #33879 -- Improved timesince handling of long intervals.GianpaoloBranca
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-10Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz
2020-07-16Fixed #31623 -- Allowed specifying number of adjacent time units in timesince...Tim Park
2019-10-28Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...Hasan Ramezani
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-02Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.vinay karanam
2016-12-27Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-06-04Fixed #19210 -- Added leap year support to django.utils.timesince()Raphael Michel
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-10-05Fixed #21161 -- Timezone-related tests on Windows.Aymeric Augustin
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenström
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons