django-debug-panel icon indicating copy to clipboard operation
django-debug-panel copied to clipboard

Double escaping in SQL tab

Open jmfederico opened this issue 8 years ago • 0 comments

I'm using:

django-debug-toolbar (1.8) django-debug-panel (0.8.3)

And when I use debug_panel.middleware.DebugPanelMiddleware, the SQL tab gets double escaping and is not usable.

I noticed there is not an issue for this but is a known problem: https://github.com/recamshak/django-debug-panel/pull/20 https://github.com/jazzband/django-debug-toolbar/issues/775

screen shot 2017-10-28 at 12 48 11

jmfederico avatar Oct 28 '17 17:10 jmfederico