summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_dates.py
AgeCommit message (Expand)Author
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-01Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified generic_views for unittest2 discovery.Preston Timmons