summaryrefslogtreecommitdiff
path: root/tests/timezones
AgeCommit message (Expand)Author
2014-05-16[1.7.x] Optimized make_aware/naive by removing redundant checks. Refs #22625.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed flake8 E241Boryslav Larin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-13Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-01Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-09-21Fixed #21074 -- Added tests for localized datetime fields.Aymeric Augustin
2013-09-21Ensured that explicit time zones are rejected by forms.Aymeric Augustin
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-09-06Fixed existing tests to handle BadSerializer.Roberto Aguilar
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner