Skip to content

Commit a21604a

Browse files
authored
Update Installation warning doc (#2019)
* ASGI check approach with added test and docs * Update warning at installation doc
1 parent aac8ea9 commit a21604a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ fully functional.
99

1010
.. warning::
1111

12-
The Debug Toolbar does not currently support `Django's asynchronous views <https://docs.djangoproject.com/en/dev/topics/async/>`_.
12+
The Debug Toolbar now supports `Django's asynchronous views <https://docs.djangoproject.com/en/dev/topics/async/>`_ and ASGI environment, but
13+
still lacks the capability for handling concurrent requests.
1314

1415
1. Install the Package
1516
^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)