summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_inheritance_regress/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-20Fixed #17615 -- Corrected unique field validation when using multitable inher...Anssi Kääriäinen
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