summaryrefslogtreecommitdiff
path: root/docs/topics/index.txt
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2019-12-03 10:29:04 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-03 17:29:10 +0100
commit635a3f8e6e0303e8a87586ef6be4ab0cc01d7c0d (patch)
tree571c92e0ba9374fc4e465c2a225b8b22aeb3fbc9 /docs/topics/index.txt
parentb92d101bd868aa460d16d1196a798df7e5c1ea33 (diff)
Refs #30451 -- Doc'd asynchronous support and async-safety.
Diffstat (limited to 'docs/topics/index.txt')
-rw-r--r--docs/topics/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/index.txt b/docs/topics/index.txt
index 55a5fc6af3..ffb9fa9d92 100644
--- a/docs/topics/index.txt
+++ b/docs/topics/index.txt
@@ -31,3 +31,4 @@ Introductions to all the key parts of Django you'll need to know:
signals
checks
external-packages
+ async