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

Check for for StreamingHttpResponse when generating stats in Alert #1946

Closed danjac closed 3 months ago

danjac commented 3 months ago

Description

Adds check for StreamingHttpResponse when generating stats for Alert Pane.

Fixes #1945

Checklist: