Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_dateformat.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+5
|
* Fixed #21756 -- Skipped two timezone-related tests on ↵Aymeric Augustin2014-01-121-5/+4
| | | | | | | | Windows. Windows cannot use a time zone other than the default time zone. Thanks manfre for the report.
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
|
* Fixed test that fails when pytz is installed.Aymeric Augustin2013-09-101-3/+4
| | | | pytz' localize() method is the bane of my life.
* Refactored code and tests that relied on ↵Aymeric Augustin2013-09-091-27/+13
| | | | | | django.utils.tzinfo. Refs #17262.
* Fixed #20693 -- Add timezone support to built-in time ↵Warren Smith2013-08-261-4/+7
| | | | | | | | | filter. Modified django.utils.dateformat module, moving __init__() method and timezone-related format methods from DateFormat class to TimeFormat base class. Modified timezone-related format methods to return an empty string when timezone is inappropriate for input value.
* Fixed a few more imports of django.utils.unittest.Aymeric Augustin2013-07-011-1/+3
| | | | One import per line please! Refs #20680.
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+144