summaryrefslogtreecommitdiff
path: root/tests/modeltests/prefetch_related/tests.py
AgeCommit message (Expand)Author
2012-03-15Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...Luke Plant
2012-03-01Fixed #17696 - Queryset prefetch_related() ignores using()Luke Plant
2012-02-28Fixed #17668 - prefetch_related does not work in in_bulkLuke Plant
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-10-07Fixed #17003 - prefetch_related should support foreign keys/one-to-oneLuke Plant
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant