summaryrefslogtreecommitdiff
path: root/tests/model_inheritance/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33984 -- Added test for creating copies of model instances with inherit...Mariusz Felisiak2022-11-021-0/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-13/+20
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-21/+0
* Fixed #31285 -- Fixed inherited Meta.ordering of "-pk".Jon Dufresne2020-03-191-0/+2
* Fixed #28834 -- Followed ancestor links on field cache lookup failure.Simon Charette2017-11-291-0/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-1/+0
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Avoided uncessary table creation in model_inheritance tests.Simon Charette2016-05-311-8/+0
* Fixed #25354 -- Added class/app_label interpolation for related_query_name.James Pulec2016-01-281-1/+6
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
* Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal2015-02-031-0/+21
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-101-4/+0
* PEP8Jason Myers2013-11-021-0/+22
* Fixed #20946 -- model inheritance + m2m failureAnssi Kääriäinen2013-08-211-0/+6
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-4/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+164