Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_timesince.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #19210 -- Added leap year support to ↵Raphael Michel2015-06-051-0/+4
| | | | django.utils.timesince()
* 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
| | | | Thanks Xelnor for the patch.
* Refactored code and tests that relied on ↵Aymeric Augustin2013-09-091-3/+4
| | | | | | django.utils.tzinfo. Refs #17262.
* Fixed #20246 -- Added non-breaking spaces between values ↵Emil Stenström2013-05-181-35/+36
| | | | an units
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+124