summaryrefslogtreecommitdiff
path: root/tests/model_meta/models.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-06Refs #32983 -- Removed unneeded related_name from test model definitions.Nick Touran
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-06-05Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has ...Adam Johnson
2017-06-05Added a test for Model._meta._property_names.Adam Johnson
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