summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMar Sánchez <mayela0x14@gmail.com>2019-09-26 12:32:56 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-02 14:39:01 +0200
commitf1d4a540b29c6766b988852bc302ac036a2d82e2 (patch)
tree4248c470c21f6baf5b9540eea12083d44a3b5a9c /docs/ref
parentf7eb9fb676d7afba16fc577283610b359718e644 (diff)
Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.
Diffstat (limited to 'docs/ref')
-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 d9f544737d..ec5584cc45 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.