summaryrefslogtreecommitdiff
path: root/docs/ref/middleware.txt
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2013-05-18 17:43:21 +0200
committerŁukasz Langa <lukasz@langa.pl>2013-05-19 13:18:35 +0200
commit660762681cfbd8cabce0b6c83fae5b3b60c0d60c (patch)
tree4c4a6a1c0dda165cd69ee12bdb37da3bd73b286a /docs/ref/middleware.txt
parenta7e2835276b212425dc07251c833b406304ab1a4 (diff)
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Diffstat (limited to 'docs/ref/middleware.txt')
-rw-r--r--docs/ref/middleware.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt
index 03885a2215..4898bab636 100644
--- a/docs/ref/middleware.txt
+++ b/docs/ref/middleware.txt
@@ -71,19 +71,6 @@ Adds a few conveniences for perfectionists:
* Sends broken link notification emails to :setting:`MANAGERS` (see
:doc:`/howto/error-reporting`).
-View metadata middleware
-------------------------
-
-.. module:: django.middleware.doc
- :synopsis: Middleware to help your app self-document.
-
-.. class:: XViewMiddleware
-
-Sends custom ``X-View`` HTTP headers to HEAD requests that come from IP
-addresses defined in the :setting:`INTERNAL_IPS` setting. This is used by
-Django's :doc:`automatic documentation system </ref/contrib/admin/admindocs>`.
-Depends on :class:`~django.contrib.auth.middleware.AuthenticationMiddleware`.
-
GZip middleware
---------------