summaryrefslogtreecommitdiff
path: root/tests/timezones
Commit message (Expand)AuthorAgeFilesLines
* Fixing E302 ErrorsJason Myers2013-11-023-0/+13
* Fixed flake8 E241Boryslav Larin2013-11-021-10/+10
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-4/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-90/+108
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin2013-10-131-5/+10
* Factorized requires_tz_support decorator in test utilsClaude Paroz2013-10-011-14/+2
* Fixed #21074 -- Added tests for localized datetime fields.Aymeric Augustin2013-09-212-1/+22
* Ensured that explicit time zones are rejected by forms.Aymeric Augustin2013-09-211-0/+5
* Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin2013-09-091-3/+2
* Fixed existing tests to handle BadSerializer.Roberto Aguilar2013-09-061-6/+6
* Removed most of absolute_import importsClaude Paroz2013-07-292-4/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-0/+1
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-267-0/+1200