summaryrefslogtreecommitdiff
path: root/tests/modeltests/prefetch_related/tests.py
AgeCommit message (Expand)Author
2012-10-29[1.5.x] Fixed #17991 - prefetch_related fails with GenericRelation and varcha...Luke Plant
2012-08-15Fixed usage of several deprecated aliases in unittest.Alex Gaynor
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-06Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...Luke Plant
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-04-29Fixed an Oracle-specific test case failureAnssi Kääriäinen
2012-04-11Fixed #17439 -- Prevented spurious queries for missing objects after prefetch...Aymeric Augustin
2012-04-10Fixed #18090 -- Applied filters when running prefetch_related backwards throu...Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
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