summaryrefslogtreecommitdiff
path: root/tests/model_meta/models.py
AgeCommit message (Expand)Author
2016-09-09Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz
2015-10-12Refs #18012 -- Made proxy and concrete model reverse fields consistent.Simon Charette
2015-10-12Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.Simon Charette
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette
2014-06-19Refs #12663 -- Added tests for methods in db.models.options.Daniel Pyrathon