summaryrefslogtreecommitdiff
path: root/tests/prefetch_related/test_prefetch_related_objects.py
AgeCommit message (Expand)Author
2025-09-16Fixed #36426 -- Added support for further iterables in prefetch_related_objec...blingblin-g
2024-03-20Fixed #35309 -- Made prefetch clear ordering for single-valued relationships.Laurent Lyaudet
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-12-16Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...Alexey Nigin
2018-02-05Made prefetch_related tests use assertCountEqual() for unordered sequences.Jon Dufresne
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-02-26Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz