django/tests/async
2022-11-08 08:13:56 +01:00
..
__init__.py
models.py [4.1.x] Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers. 2022-11-08 08:13:56 +01:00
test_async_queryset.py [4.1.x] Refs #33646 -- Moved tests of QuerySet async interface into async tests. 2022-11-08 08:13:33 +01:00
test_async_related_managers.py [4.1.x] Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers. 2022-11-08 08:13:56 +01:00
tests.py [4.1.x] Fixed #34062 -- Updated View.http_method_not_allowed() to support async. 2022-09-29 16:29:34 +02:00