summaryrefslogtreecommitdiff
path: root/tests/modeltests/select_related/tests.py
AgeCommit message (Expand)Author
2011-10-14Switch several assertNumQueries to use the context manager, which is much mor...Alex Gaynor
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2010-12-01Fixed result ordering assumptions in the select_related tests.Ian Kelly
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-09-13Migrated select_related doctests. Thanks to Eric Florenzano.Russell Keith-Magee