summaryrefslogtreecommitdiff
path: root/tests/regressiontests/custom_managers_regress
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2010-09-26Migrated the custom_managers_regress doctests. Thanks to Paul McMillan.Russell Keith-Magee
2009-03-20Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick
2009-03-15Use plain model.Manager, or suitable proxy, for model saving.Malcolm Tredinnick