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