summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_timesince.py
AgeCommit message (Expand)Author
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