index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
prefetch_related
/
tests.py
Age
Commit message (
Expand
)
Author
2012-10-29
[1.5.x] Fixed #17991 - prefetch_related fails with GenericRelation and varcha...
Luke Plant
2012-08-15
Fixed 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-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-06
Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...
Luke Plant
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-04-29
Fixed an Oracle-specific test case failure
Anssi Kääriäinen
2012-04-11
Fixed #17439 -- Prevented spurious queries for missing objects after prefetch...
Aymeric Augustin
2012-04-10
Fixed #18090 -- Applied filters when running prefetch_related backwards throu...
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-15
Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...
Luke Plant
2012-03-01
Fixed #17696 - Queryset prefetch_related() ignores using()
Luke Plant
2012-02-28
Fixed #17668 - prefetch_related does not work in in_bulk
Luke Plant
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-10-07
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
Luke Plant
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant