django-debug-panel
django-debug-panel copied to clipboard
Double escaping in SQL tab
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