diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2019-12-03 10:29:04 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-03 17:29:10 +0100 |
| commit | 635a3f8e6e0303e8a87586ef6be4ab0cc01d7c0d (patch) | |
| tree | 571c92e0ba9374fc4e465c2a225b8b22aeb3fbc9 /docs/index.txt | |
| parent | b92d101bd868aa460d16d1196a798df7e5c1ea33 (diff) | |
Refs #30451 -- Doc'd asynchronous support and async-safety.
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index 64a45c876d..d8ef87f777 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -110,7 +110,8 @@ manipulating the data of your Web application. Learn more about it below: :doc:`Custom lookups <howto/custom-lookups>` | :doc:`Query Expressions <ref/models/expressions>` | :doc:`Conditional Expressions <ref/models/conditional-expressions>` | - :doc:`Database Functions <ref/models/database-functions>` + :doc:`Database Functions <ref/models/database-functions>` | + :doc:`Asynchronous Support <topics/async>` * **Other:** :doc:`Supported databases <ref/databases>` | |
