summaryrefslogtreecommitdiff
path: root/tests/delete/models.py
AgeCommit message (Collapse)Author
2015-11-22[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of ↵Simon Charette
proxied models. Thanks to Trac alias ppetrid for the report and Tim for the review. Conflicts: tests/delete/tests.py Forward port of 7c3ef19978b36b61db88a519f799f1ce8d019679 from stable/1.8.x
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ↵Flavio Curella
ForeignKey/OneToOneField
2015-07-21Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).Tim Graham
2015-07-21Refs #24919 -- Made test models serializable for migrations.Tim Graham
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner