Open jmfederico opened 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.
debug_panel.middleware.DebugPanelMiddleware
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
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