summaryrefslogtreecommitdiff
path: root/tests/datetimes
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-182-0/+7
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* 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
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+111