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
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