summaryrefslogtreecommitdiff
path: root/tests/model_inheritance_regress/models.py
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Further consolidated the model_inheritance tests.Aymeric Augustin
2013-12-06Fixed #21554 -- Incorrect SQL generated when using multiple inheritance.pegler
2013-11-02PEP8Jason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-08-13Fixed #20883 -- Made model inheritance find parent links in abstract parentsLoic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner