summaryrefslogtreecommitdiff
path: root/tests/model_meta/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-43/+69
* Refs #32983 -- Removed unneeded related_name from test model definitions.Nick Touran2021-08-061-3/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has ...Adam Johnson2017-06-051-0/+9
* Added a test for Model._meta._property_names.Adam Johnson2017-06-051-0/+4
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-2/+2
* Refs #18012 -- Made proxy and concrete model reverse fields consistent.Simon Charette2015-10-121-0/+4
* Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.Simon Charette2015-10-121-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-14/+17
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette2015-02-031-0/+17
* Refs #12663 -- Added tests for methods in db.models.options.Daniel Pyrathon2014-06-191-0/+120