summaryrefslogtreecommitdiff
path: root/tests/async/test_async_queryset.py
AgeCommit message (Collapse)Author
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