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
2018-02-05
Refs #28723 -- Fixed stale prefetch_related cache after add/remove.
Jon Dufresne
2017-08-21
Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneT...
Paulo
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-04-19
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-07-19
Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.
Simon Charette
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-15
Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys
Brian King
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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