summaryrefslogtreecommitdiff
path: root/tests/modeltests/select_related/tests.py
AgeCommit message (Expand)Author
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