summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/app_with_import/models.py
AgeCommit message (Collapse)Author
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ↵Flavio Curella
ForeignKey/OneToOneField
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner