From ebbab98eb0e7ddc0f552b85cbc20ef2bbe7b9850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Salomv=C3=A1ry?= Date: Wed, 30 Aug 2023 17:13:34 +0200 Subject: [PATCH 1/3] Add note on lack of async support to Installation docs https://github.com/jazzband/django-debug-toolbar/issues/1828#issuecomment-1699339721 --- docs/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 3b65ff8e2..a350d9c3a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -7,6 +7,10 @@ Process Each of the following steps needs to be configured for the Debug Toolbar to be fully functional. +.. warning:: + + The Debug Toolbar does not currently support `Django's asynchronous views `_. + 1. Install the Package ^^^^^^^^^^^^^^^^^^^^^^ From 271acae30492463e1adfcebd62ba806ab13ce06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Salomv=C3=A1ry?= Date: Wed, 30 Aug 2023 17:16:45 +0200 Subject: [PATCH 2/3] Add note on lack of async support to the Readme https://github.com/jazzband/django-debug-toolbar/issues/1828#issuecomment-1699339721 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index b10a9ad91..a6b9725a4 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,9 @@ contributed by the community. The current stable version of the Debug Toolbar is 4.1.0. It works on Django ≥ 3.2.4. +The Debug Toolbar does not currently support `Django's asynchronous views +`_. + Documentation, including installation and configuration instructions, is available at https://django-debug-toolbar.readthedocs.io/. From ab5bfe385f1c0ba912f6e74f5c7ec790631a9050 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:20:14 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a6b9725a4..0eaaa6bd3 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ contributed by the community. The current stable version of the Debug Toolbar is 4.1.0. It works on Django ≥ 3.2.4. -The Debug Toolbar does not currently support `Django's asynchronous views +The Debug Toolbar does not currently support `Django's asynchronous views `_. Documentation, including installation and configuration instructions, is