summaryrefslogtreecommitdiff
path: root/tests/multiple_database/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+9
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-3/+0
* Enforced uniqueness of natural keys used in tests.Mariusz Felisiak2020-04-071-1/+1
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-12/+14
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-4/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+5
* PEP8Jason Myers2013-11-021-0/+6
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+83