Skip to content

Commit 8a55336

Browse files
committed
remove ASGI keyword from docs
1 parent 98d9d08 commit 8a55336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/architecture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Problematic Parts
8080
- ``debug.panels.sql``: This package is particularly complex, but provides
8181
the main benefit of the toolbar
8282
- Support for async and multi-threading: ``debug_toolbar.middleware.DebugToolbarMiddleware``
83-
is now async compatible and can process ASGI requests. However certain
83+
is now async compatible and can process async requests. However certain
8484
panels such as ``SQLPanel``, ``TimerPanel``, ``StaticFilesPanel``,
8585
``RequestPanel``, ``RedirectsPanel`` and ``ProfilingPanel`` aren't fully
8686
compatible and currently being worked on. For now, these panels
87-
are disabled by default when running in async/ASGI environment.
87+
are disabled by default when running in async environment.
8888
follow the progress of this issue in `Async compatible toolbar project <https://github.com/orgs/jazzband/projects/9>`_.

0 commit comments

Comments
 (0)