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:59:04 +0200
commit9fa6c737df0cbdc23702b849b793e7f3eb067b3e (patch)
tree73dc7aab561adb9c059f9943f9c68e44bf7cf242 /docs/ref
parentb6da3192c0d7561dd1daf3c2a8e7b82c66204a51 (diff)
[3.0.x] Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.
Backport of f1d4a540b29c6766b988852bc302ac036a2d82e2 from master
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.