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
/
prefetch_related
/
models.py
Age
Commit message (
Expand
)
Author
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
[1.8.x] Fixed E265 comment style
Collin Anderson
2014-05-21
Fixed #22650 -- Fixed regression on prefetch_related.
Loic Bistuer
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2014-03-03
Allowed custom querysets when prefetching single valued relations
Loic Bistuer
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2013-11-13
Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'
Loic Bistuer
2013-11-07
Fixed #17001 -- Custom querysets for prefetch_related.
Loic Bistuer
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-05-24
Fixed #19607 - prefetch_related crash
Luke Plant
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner