Skip to content

Commit 6e6f470

Browse files
committed
Remove "quick setup" note from profiling panel docs
Support for automatic or quick setup was removed in fe74d9b. This mention should also be removed.
1 parent ff3c4e2 commit 6e6f470

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)