summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_inheritance_regress/tests.py
AgeCommit message (Expand)Author
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-12Fixed #13987 -- Ensure that the primary key is set correctly for all models t...Russell Keith-Magee
2010-11-17Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inhe...Alex Gaynor
2010-11-17Fixed #11369 -- Corrected verbose_name_plural model Meta option to be consist...Ramiro Morales
2010-11-16Migrated model_inheritance_regress doctests. Thanks to Gregor Müllegger for ...Russell Keith-Magee