django/tests/async
Carlton Gibson 32d70b2f55
Refs #34118 -- Adopted asgiref coroutine detection shims.
Thanks to Mariusz Felisiak for review.
2022-12-20 11:10:48 +01:00
..
__init__.py Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
models.py Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers. 2022-11-08 06:20:10 +01:00
test_async_model_methods.py Fixed #34112 -- Added async-compatible interface to Model methods. 2022-11-02 09:14:17 +01:00
test_async_queryset.py Refs #33646 -- Moved tests of QuerySet async interface into async tests. 2022-11-03 20:11:19 +01:00
test_async_related_managers.py Fixed #34135 -- Added async-compatible interface to related managers. 2022-11-09 10:32:40 +01:00
tests.py Refs #34118 -- Adopted asgiref coroutine detection shims. 2022-12-20 11:10:48 +01:00