summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/topics/testing/tools.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 7b3ceb3c81..c18dc0b762 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1864,6 +1864,9 @@ creates.
async def test_my_thing(self):
...
+Note that ``async def`` test cases calling into the ORM via ``sync_to_async``
+are not currently supported.
+
.. _topics-testing-email:
Email services