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 redirect panel #1976

Closed salty-ivy closed 2 months ago

salty-ivy commented 2 months ago

Description

async compatible RedirectsPanel.

Checklist:

tim-schilling commented 2 months ago

Looks good! Thanks for working with me to arrive at this solution.