recamshak / django-debug-panel

django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses.
BSD 3-Clause "New" or "Revised" License
404 stars 69 forks source link

Double escaping in SQL tab #31

Open jmfederico opened 7 years ago

jmfederico commented 7 years ago

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