summaryrefslogtreecommitdiff
path: root/tests/datetimes/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-7/+0
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-10/+5
* Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton2016-05-181-0/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+5
* Split tests.basic.ModelTests in several tests; refs #18586.zsoldosp2014-06-251-0/+57
* Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.Loic Bistuer2013-11-141-1/+17
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+83