summaryrefslogtreecommitdiff
path: root/tests/delete_regress/models.py
AgeCommit message (Expand)Author
2024-02-08Fixed #35073 -- Avoided unnecessary calling of callables used by SET/SET_DEFA...bcail
2022-08-27Fixed #33928 -- Avoided unnecessary queries when cascade updating.Simon Charette
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-27Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-referenti...Mariusz Felisiak
2018-01-13Fixed #29016 -- Fixed incorrect foreign key nullification on related instance...Étienne Loks
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-02PEP8 cleanupJason Myers
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner