1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/tests/async
2024-10-07 14:19:41 +02:00
..
__init__.py
models.py
test_async_auth.py Fixed -- Implemented async auth backends and utils. 2024-10-07 14:19:41 +02:00
test_async_model_methods.py Fixed -- Allowed customizing queryset in Model.refresh_from_db()/arefresh_from_db(). 2024-01-15 10:55:14 +01:00
test_async_queryset.py Fixed -- Added QuerySet.aiterator() support for prefetch_related(). 2023-07-31 21:17:36 +02:00
test_async_related_managers.py Fixed -- Allowed specifying different field values for create operation in QuerySet.update_or_create(). 2023-02-14 11:50:35 +01:00
test_async_shortcuts.py Fixed -- Added aget_object_or_404()/aget_list_or_404() shortcuts. 2023-07-24 07:37:54 +02:00
tests.py Refs -- Adopted asgiref coroutine detection shims. 2022-12-20 11:10:48 +01:00