summaryrefslogtreecommitdiff
path: root/tests/dates/models.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-6/+0
* Fixed field default in dates tests.Mariusz Felisiak2020-01-181-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #25470 -- Avoided unnecessary, expensive DATETIME typecast on MySQL.Mariusz Felisiak2015-10-211-0/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+28