summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_dateformat.py
AgeCommit message (Expand)Author
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-04-20Fixed #26281 -- Added a helpful error message for an invalid format specifier...Marko Benko
2016-01-05Skipped a dateformat test on Windows as needed.Tim Graham
2015-11-07Fixed debug view crash during autumn DST change.Aymeric Augustin
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-01-12Fixed #21756 -- Skipped two timezone-related tests on Windows.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-09-10Fixed test that fails when pytz is installed.Aymeric Augustin
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-08-26Fixed #20693 -- Add timezone support to built-in time filter.Warren Smith
2013-07-01Fixed a few more imports of django.utils.unittest.Aymeric Augustin
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons