summaryrefslogtreecommitdiff
path: root/tests/datetimes
AgeCommit message (Collapse)Author
2013-11-15Fixed Python2.6 incompatibility caused by ↵Baptiste Mispelon
67c30426c1370f5d6c39bd73888c3902c1c5f365.
2013-11-14Fixed wrong override_settings path introduced by ↵Baptiste Mispelon
67c30426c1370f5d6c39bd73888c3902c1c5f365.
2013-11-14[1.6.x] Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.Loic Bistuer
Thanks Enrique Martínez for the report and @bmispelon for the tests. Backport of 17ed99f3a3eea4bd27fa34be59c3582616ed8079 from master.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner