summaryrefslogtreecommitdiff
path: root/tests/async_queryset/models.py
AgeCommit message (Collapse)Author
2022-11-03Refs #33646 -- Moved tests of QuerySet async interface into async tests.Bhuvnesh
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
Thanks Simon Charette for reviews. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>