diff --git a/docs/architecture.rst b/docs/architecture.rst index ae486e357..145676459 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -80,9 +80,9 @@ Problematic Parts - ``debug.panels.sql``: This package is particularly complex, but provides the main benefit of the toolbar - Support for async and multi-threading: ``debug_toolbar.middleware.DebugToolbarMiddleware`` - is now async compatible and can process ASGI requests. However certain + is now async compatible and can process async requests. However certain panels such as ``SQLPanel``, ``TimerPanel``, ``StaticFilesPanel``, ``RequestPanel``, ``RedirectsPanel`` and ``ProfilingPanel`` aren't fully compatible and currently being worked on. For now, these panels - are disabled by default when running in async/ASGI environment. + are disabled by default when running in async environment. follow the progress of this issue in `Async compatible toolbar project `_.