Skip to content

Commit a344da1

Browse files
authored
Add note on lack of async support to docs (#1829)
* Add note on lack of async support to Installation docs * Add note on lack of async support to the Readme #1828 (comment)
1 parent c911d73 commit a344da1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ contributed by the community.
4747
The current stable version of the Debug Toolbar is 4.1.0. It works on
4848
Django ≥ 3.2.4.
4949

50+
The Debug Toolbar does not currently support `Django's asynchronous views
51+
<https://docs.djangoproject.com/en/dev/topics/async/>`_.
52+
5053
Documentation, including installation and configuration instructions, is
5154
available at https://django-debug-toolbar.readthedocs.io/.
5255

docs/installation.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Process
77
Each of the following steps needs to be configured for the Debug Toolbar to be
88
fully functional.
99

10+
.. warning::
11+
12+
The Debug Toolbar does not currently support `Django's asynchronous views <https://docs.djangoproject.com/en/dev/topics/async/>`_.
13+
1014
1. Install the Package
1115
^^^^^^^^^^^^^^^^^^^^^^
1216

0 commit comments

Comments
 (0)