We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca55d4 commit c9d34afCopy full SHA for c9d34af
docs/architecture.rst
@@ -82,7 +82,7 @@ Problematic Parts
82
- Support for async and multi-threading: ``debug_toolbar.middleware.DebugToolbarMiddleware``
83
is now async compatible and can process async requests. However certain
84
panels such as ``SQLPanel``, ``TimerPanel``, ``StaticFilesPanel``,
85
- ``RequestPanel``and ``ProfilingPanel`` aren't fully
+ ``RequestPanel`` 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 environment.
88
follow the progress of this issue in `Async compatible toolbar project <https://github.com/orgs/jazzband/projects/9>`_.
0 commit comments