summaryrefslogtreecommitdiff
path: root/tests/dates
Commit message (Expand)AuthorAgeFilesLines
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-17/+4
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-4/+2
* Fixed #25470 -- Avoided unnecessary, expensive DATETIME typecast on MySQL.Mariusz Felisiak2015-10-212-2/+34
* 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-1/+1
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-261-3/+4
* Split tests.basic.ModelTests in several tests; refs #18586.zsoldosp2014-06-251-0/+39
* 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