File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ contributed by the community.
47
47
The current stable version of the Debug Toolbar is 4.1.0. It works on
48
48
Django ≥ 3.2.4.
49
49
50
+ The Debug Toolbar does not currently support `Django's asynchronous views
51
+ <https://docs.djangoproject.com/en/dev/topics/async/> `_.
52
+
50
53
Documentation, including installation and configuration instructions, is
51
54
available at https://django-debug-toolbar.readthedocs.io/.
52
55
Original file line number Diff line number Diff line change 7
7
Each of the following steps needs to be configured for the Debug Toolbar to be
8
8
fully functional.
9
9
10
+ .. warning ::
11
+
12
+ The Debug Toolbar does not currently support `Django's asynchronous views <https://docs.djangoproject.com/en/dev/topics/async/ >`_.
13
+
10
14
1. Install the Package
11
15
^^^^^^^^^^^^^^^^^^^^^^
12
16
You can’t perform that action at this time.
0 commit comments