django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Draft: Add warning async is not supported #1911

Closed denisSurkov closed 3 months ago

denisSurkov commented 5 months ago

Description

Add warning async is not supported.

Fixes #1845

Checklist:

denisSurkov commented 3 months ago

As far as I see the problem would become irrelevant soon, after #1933

If so, feel free to close this PR

tim-schilling commented 3 months ago

Sorry @denisSurkov as you mentioned #1938 should make this work unnecessary. It should be merged in the next few weeks so I think we can put this to rest for the time being. I appreciate your help and desire to make the toolbar a better library!

If you're looking to contribute, there are several things that could be improved. If you're async focused, #1938 has identified several panels that are async incompatible (Panel.is_async = False) that need further investigation.