Skip to content

Commit bfc2a10

Browse files
committed
update architecture.rst documentation
1 parent 0bf5de4 commit bfc2a10

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/architecture.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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>`_.

0 commit comments

Comments
 (0)