We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff3c4e2 + 6e6f470 commit 1e46c4eCopy full SHA for 1e46c4e
docs/panels.rst
@@ -126,9 +126,6 @@ will not be executed. This is because ``ProfilingPanel.process_view`` will
126
return a ``HttpResponse`` which causes the other middlewares'
127
``process_view`` methods to be skipped.
128
129
-Note that the quick setup creates this situation, as it inserts
130
-``DebugToolbarMiddleware`` first in ``MIDDLEWARE_CLASSES``.
131
-
132
If you run into this issues, then you should either disable the
133
``ProfilingPanel`` or move ``DebugToolbarMiddleware`` to the end of
134
``MIDDLEWARE_CLASSES``. If you do the latter, then the debug toolbar won't
0 commit comments