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
2026-03-18
Fixed #36987 -- Observed prepared argument in UUIDField.get_db_prep_value().
Jacob Walls
2025-07-22
Fixed #36282 -- Used prefetched values in ForwardManyToOneDescriptor from ind...
Take Weiland
2025-06-04
Fixed #36432 -- Fixed a prefetch_related crash on related target subclass que...
Simon Charette
2025-03-26
Fixed #34819 -- Made GenericForeignKey prefetching use matching pk representa...
Clifford Gama
2025-02-06
Fixed #35677 -- Avoided non-sticky filtering of prefetched many-to-many.
Simon Charette
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-04-14
Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...
Mariusz Felisiak
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
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