aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 1e228cb..32483df 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -28,9 +28,10 @@ Installation
Tying into middleware allows each panel to be instantiated on request and
rendering to happen on response.
- The order of ``MIDDLEWARE_CLASSES`` is important: the Debug Toolbar
- middleware must come after any other middleware that encodes the
- response's content (such as GZipMiddleware).
+ The order of ``MIDDLEWARE_CLASSES`` is important. You should include the
+ Debug Toolbar middleware as early as possible in the list. However, it must
+ come after any other middleware that encodes the response's content, such
+ as ``GZipMiddleware``.
.. note::