Ticket #14506: docs

File docs, 529 bytes (added by Klaas van Schelven, 13 years ago)

Added dependency description to the docs (I'm not too sure on the format, so please test first)

Line 
1diff -r cf2ca8865912 docs/ref/middleware.txt
2--- a/docs/ref/middleware.txt Fri Jan 14 16:34:49 2011 +0100
3+++ b/docs/ref/middleware.txt Sat Jan 15 14:25:02 2011 +0100
4@@ -80,6 +80,8 @@
5 Sends custom ``X-View`` HTTP headers to HEAD requests that come from IP
6 addresses defined in the :setting:`INTERNAL_IPS` setting. This is used by
7 Django's :doc:`automatic documentation system </ref/contrib/admin/admindocs>`.
8+Depends on :class:`~django.contrib.auth.middleware.AuthenticationMiddleware`
9+
10
11 GZIP middleware
12 ---------------
Back to Top