summaryrefslogtreecommitdiff
path: root/tests/async/models.py
AgeCommit message (Expand)Author
2022-11-08Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen
2022-11-03Refs #33646 -- Moved tests of QuerySet async interface into async tests.Bhuvnesh
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin