1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/async
2023-06-27 11:17:17 +02:00
..
__init__.py
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_auth.py Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients. 2023-06-27 11:17:17 +02:00
test_async_model_methods.py
test_async_queryset.py Fixed #34280 -- Allowed specifying different field values for create operation in QuerySet.update_or_create(). 2023-02-14 11:50:35 +01:00
test_async_related_managers.py Fixed #34280 -- Allowed specifying different field values for create operation in QuerySet.update_or_create(). 2023-02-14 11:50:35 +01:00
tests.py Refs #34118 -- Adopted asgiref coroutine detection shims. 2022-12-20 11:10:48 +01:00