summaryrefslogtreecommitdiff
path: root/tests/regressiontests/managers_regress
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-13Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen
2012-10-06Fixed #19069 -- Improved the error message when trying to query a swapped model.Russell Keith-Magee
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2010-10-14Fixed #14460 -- converted managers_regress tests from doctests to unittests. ...Alex Gaynor
2008-09-02Fixed #7154 -- Inherit all model managers from abstract base classes.Malcolm Tredinnick