summaryrefslogtreecommitdiff
path: root/tests/model_inheritance/models.py
AgeCommit message (Expand)Author
2017-11-29Fixed #28834 -- Followed ancestor links on field cache lookup failure.Simon Charette
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-05-31Avoided uncessary table creation in model_inheritance tests.Simon Charette
2016-01-28Fixed #25354 -- Added class/app_label interpolation for related_query_name.James Pulec
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 #15321 -- Honored ancestors unique checks.Aron Podrigal
2014-02-10Fixed #17673 -- Forbid field shadowing.Christopher Medrela
2013-11-02PEP8Jason Myers
2013-08-21Fixed #20946 -- model inheritance + m2m failureAnssi Kääriäinen
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner