Skip to content

Commit 1e46c4e

Browse files
authored
Merge pull request #1131 from jdufresne/doc-quick
Remove "quick setup" notes from profiling panel docs
2 parents ff3c4e2 + 6e6f470 commit 1e46c4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/panels.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ will not be executed. This is because ``ProfilingPanel.process_view`` will
126126
return a ``HttpResponse`` which causes the other middlewares'
127127
``process_view`` methods to be skipped.
128128

129-
Note that the quick setup creates this situation, as it inserts
130-
``DebugToolbarMiddleware`` first in ``MIDDLEWARE_CLASSES``.
131-
132129
If you run into this issues, then you should either disable the
133130
``ProfilingPanel`` or move ``DebugToolbarMiddleware`` to the end of
134131
``MIDDLEWARE_CLASSES``. If you do the latter, then the debug toolbar won't

0 commit comments

Comments
 (0)