File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ Problematic Parts
7979 when the panel module is loaded
8080- ``debug.panels.sql ``: This package is particularly complex, but provides
8181 the main benefit of the toolbar
82- - Support for async and multi-threading: This is currently unsupported, but
83- is being implemented as per the
84- `Async compatible toolbar project <https://github.com/orgs/jazzband/projects/9 >`_.
82+ - Support for async and multi-threading: ``debug_toolbar.middleware.DebugToolbarMiddleware ``
83+ is now async compatible and can process ASGI requests. However certain
84+ panels such as ``SQLPanel ``, ``TimerPanel ``, ``StaticFilesPanel ``,
85+ ``RequestPanel ``, ``RedirectsPanel `` and ``ProfilingPanel `` aren't fully
86+ compatible and currently being worked on. For now, these panels
87+ are disabled by default when running in async/ASGI enviroment.
88+ follow the progress of this issue in `Async compatible toolbar project <https://github.com/orgs/jazzband/projects/9 >`_.
You can’t perform that action at this time.
0 commit comments