summaryrefslogtreecommitdiff
path: root/tests/dates/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-6/+0
| | | | | Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
* 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 ↵Flavio Curella2015-07-271-1/+1
| | | | ForeignKey/OneToOneField
* PEP8 cleanupJason Myers2013-11-021-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+28