summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/middleware.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt
index 99ff001954..80abbb33a1 100644
--- a/docs/ref/middleware.txt
+++ b/docs/ref/middleware.txt
@@ -95,8 +95,8 @@ GZip middleware
.. _the BREACH paper (PDF): http://breachattack.com/resources/BREACH%20-%20SSL,%20gone%20in%2030%20seconds.pdf
.. _breachattack.com: http://breachattack.com
-Compresses content for browsers that understand GZip compression (all modern
-browsers).
+The ``django.middleware.gzip.GZipMiddleware`` compresses content for browsers
+that understand GZip compression (all modern browsers).
This middleware should be placed before any other middleware that need to
read or write the response body so that compression happens afterward.