summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_tzinfo.py
AgeCommit message (Expand)Author
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons