summaryrefslogtreecommitdiff
path: root/tests/model_regress/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+6
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-6/+0
* Moved choices inside of a test model per coding style.oliver2019-03-201-5/+4
* Refs #23919 -- Removed support for broken Model.__str__() in Model.__repr__().Tim Graham2017-06-111-8/+0
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed E265 comment styleCollin Anderson2015-02-061-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Added a missing unicode_literals that caused a test failure after refs #23226.Tim Graham2014-08-071-0/+2
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+84