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

Async compatible `HistoryPanel` #1991

Closed salty-ivy closed 1 month ago

salty-ivy commented 2 months ago

Description

adding a special check on should_render_panel method in DebugToolbar that bypasses request.multiprocess check and allows rendering at async true

Relevant issues: https://github.com/jazzband/django-debug-toolbar/issues/1413

Checklist: