From a21604a23c5dd649b94cfee09a2596744e1c1f04 Mon Sep 17 00:00:00 2001 From: Aman Pandey Date: Fri, 25 Oct 2024 02:04:48 +0530 Subject: [PATCH] Update Installation warning doc (#2019) * ASGI check approach with added test and docs * Update warning at installation doc --- docs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 6e301cb8b..ebe95bf3c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -9,7 +9,8 @@ fully functional. .. warning:: - The Debug Toolbar does not currently support `Django's asynchronous views `_. + The Debug Toolbar now supports `Django's asynchronous views `_ and ASGI environment, but + still lacks the capability for handling concurrent requests. 1. Install the Package ^^^^^^^^^^^^^^^^^^^^^^