django/tests/async
Mariusz Felisiak b3166e1e15
Some checks are pending
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Refs #35530 -- Corrected deprecation message in auth.alogin().
Follow up to ceecd518b1.
2025-08-22 16:14:09 +02:00
..
__init__.py
models.py
test_async_auth.py Refs #35530 -- Corrected deprecation message in auth.alogin(). 2025-08-22 16:14:09 +02:00
test_async_model_methods.py Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefresh_from_db(). 2024-01-15 10:55:14 +01:00
test_async_queryset.py Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related(). 2023-07-31 21:17:36 +02:00
test_async_related_managers.py
test_async_shortcuts.py Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. 2023-07-24 07:37:54 +02:00
tests.py