Skip to content

Commit

Permalink
Add note on lack of async support to docs (#1829)
Browse files Browse the repository at this point in the history
* Add note on lack of async support to Installation docs
* Add note on lack of async support to the Readme

#1828 (comment)
  • Loading branch information
salomvary committed Aug 30, 2023
1 parent c911d73 commit a344da1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docs.djangoproject.com/en/dev/topics/async/>`_.

Documentation, including installation and configuration instructions, is
available at https://django-debug-toolbar.readthedocs.io/.

Expand Down
4 changes: 4 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.djangoproject.com/en/dev/topics/async/>`_.

1. Install the Package
^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit a344da1

Please sign in to comment.