index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2026-03-18
Fixed #36987 -- Observed prepared argument in UUIDField.get_db_prep_value().
Jacob Walls
2025-10-16
Refs #28586 -- Copied fetch modes to related objects.
Adam Johnson
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-09-16
Fixed #36426 -- Added support for further iterables in prefetch_related_objec...
blingblin-g
2025-08-05
Refs #36282 -- Fixed PrefetchRelatedMTICacheTests test ordering expectations.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
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
2025-02-03
Fixed #36135 -- Fixed reverse GenericRelation prefetching.
Simon Charette
2025-01-15
Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefetch_query...
Sarah Boyce
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2024-08-13
Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.
Simon Charette
2024-03-20
Fixed #35309 -- Made prefetch clear ordering for single-valued relationships.
Laurent Lyaudet
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-10-06
Fixed #34889 -- Fixed get_prefetch_queryset() fallback in prefetch_one_level().
Mariusz Felisiak
2023-09-18
Fixed #33651 -- Added support for prefetching GenericForeignKey.
Clément Escolano
2023-09-07
Fixed #34791 -- Fixed incorrect Prefetch()'s cache for singly related objects.
Maxime Toussaint
2023-01-17
Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...
Mariusz Felisiak
2022-12-21
Removed unnecessary commas in tests.
Mariusz Felisiak
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-09-06
Refs #26780 -- Made prefetch_related() don't use window expressions fo sliced...
Mariusz Felisiak
2022-08-15
Fixed #26780 -- Added prefetch_related() support for sliced queries.
Simon Charette
2022-04-14
Relaxed some query ordering assertions in various tests.
Mariusz Felisiak
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-25
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...
Jacob Walls
2022-01-05
Fixed #32511 -- Corrected handling prefetched nested reverse relationships.
Jamie Matthews
2021-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2021-10-14
Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.
Martin Svoboda
2021-06-04
Fixed #32812 -- Restored immutability of named values from QuerySet.values_li...
Takayuki Hirayama
2020-12-16
Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...
Alexey Nigin
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-10-06
Refs #20577 -- Deferred filtering of prefetched related querysets by reverse ...
Bob Renwick
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
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-12-09
Refs #31044 -- Fixed error message when using Prefetch with a values_list() q...
Mariusz Felisiak
2019-12-09
Fixed #31044 -- Errored nicely when using Prefetch with a raw() queryset.
Hasan Ramezani
2019-10-21
Fixed #20577 -- Deferred filtering of prefetched related querysets.
Alex Aktsipetrov
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-10-01
Refs #30651 -- Added tests for Prefetch.__eq__().
Mariusz Felisiak
2019-08-26
Fixed typo in tests/prefetch_related/tests.py comment.
Tim Gates
2019-08-23
Fixed typos in test names and a comment.
Min ho Kim
2019-05-16
Fixed #30482 -- Prevented unnecessary evaluation of lookup.queryset in prefet...
Iain Watts
2019-04-16
Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...
Vinny Do
2019-04-14
Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...
Mariusz Felisiak
[next]