From fc0fa72ff4cdbf5861a366e31cb8bbacd44da22d Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 12 Feb 2020 15:15:00 -0700 Subject: Fixed #31224 -- Added support for asynchronous views and middleware. This implements support for asynchronous views, asynchronous tests, asynchronous middleware, and an asynchronous test client. --- docs/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/index.txt') diff --git a/docs/index.txt b/docs/index.txt index 3b33478f14..f82e3d85c1 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -110,8 +110,7 @@ manipulating the data of your Web application. Learn more about it below: :doc:`Custom lookups ` | :doc:`Query Expressions ` | :doc:`Conditional Expressions ` | - :doc:`Database Functions ` | - :doc:`Asynchronous Support ` + :doc:`Database Functions ` * **Other:** :doc:`Supported databases ` | @@ -131,7 +130,8 @@ to know about views via the links below: :doc:`URLconfs ` | :doc:`View functions ` | :doc:`Shortcuts ` | - :doc:`Decorators ` + :doc:`Decorators ` | + :doc:`Asynchronous Support ` * **Reference:** :doc:`Built-in Views ` | -- cgit v1.3