summaryrefslogtreecommitdiff
path: root/tests/prefetch_related/models.py
AgeCommit message (Expand)Author
2026-03-18Fixed #36987 -- Observed prepared argument in UUIDField.get_db_prep_value().Jacob Walls
2025-07-22Fixed #36282 -- Used prefetched values in ForwardManyToOneDescriptor from ind...Take Weiland
2025-06-04Fixed #36432 -- Fixed a prefetch_related crash on related target subclass que...Simon Charette
2025-03-26Fixed #34819 -- Made GenericForeignKey prefetching use matching pk representa...Clifford Gama
2025-02-06Fixed #35677 -- Avoided non-sticky filtering of prefetched many-to-many.Simon Charette
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-04-14Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...Mariusz Felisiak
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-02-05Refs #28723 -- Fixed stale prefetch_related cache after add/remove.Jon Dufresne
2017-08-21Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneT...Paulo
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-04-19Fixed #28096 -- Allowed prefetch calls with ModelIterable subclassesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-07-19Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.Simon Charette
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-15Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keysBrian King
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-05-21Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-13Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'Loic Bistuer
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-05-24Fixed #19607 - prefetch_related crashLuke Plant
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner