summaryrefslogtreecommitdiff
path: root/tests/modeltests/defer/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-06-26Fixed #17485 -- Made defer work with select_relatedAnssi Kääriäinen
2012-05-27Fixed #18343 -- Cleaned up deferred model implementationAnssi Kääriäinen
2012-03-13Refs #17876: enhanced new test to actually test underlying function, not just...Karen Tracey
2012-03-12Fix #17876: Corrected an exception (regression) raised where select_realted a...Karen Tracey
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-08-23Allow "pk" as a field alias in QuerySet.only() calls.Malcolm Tredinnick
2010-09-12Migrated defer doctests. Thanks to Alex Gaynor.Russell Keith-Magee