summaryrefslogtreecommitdiff
path: root/tests/async/test_async_queryset.py
AgeCommit message (Collapse)Author
2026-06-18Fixed #37143 -- Added missing chunk_size=None check to QuerySet.aiterator().zhengkangyang
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
2023-07-31Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related().John Parton
2023-02-14Fixed #34280 -- Allowed specifying different field values for create ↵tschilling
operation in QuerySet.update_or_create().
2022-11-03Refs #33646 -- Moved tests of QuerySet async interface into async tests.Bhuvnesh