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

Make Panels non async by default #1990

Closed salty-ivy closed 2 months ago

salty-ivy commented 2 months ago

Description

Reverting back to logic where we keep Panel is_async = False by default.

Checklist:

salty-ivy commented 2 months ago

@salty-ivy this looks good to me. Is there a reason you didn't mark it as ready to review?

whoops, no particular reason I just wanted to cross check before marking for review. We are good to go.