summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-09-04 09:50:45 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-09-04 09:50:45 +0000
commit32398491743dffb00eb90d0167bf962dd48e144e (patch)
tree7b0f15396ce8f676b35a87603bcf3ba4f385e53e /docs
parent36b120c23aac4d08f8b17c19be166de359115c78 (diff)
Correct bad target in middleware documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/middleware.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt
index 47b4a70927..e47accc0aa 100644
--- a/docs/ref/middleware.txt
+++ b/docs/ref/middleware.txt
@@ -165,8 +165,7 @@ Authentication middleware
.. class:: django.contrib.auth.middleware.AuthenticationMiddleware
Adds the ``user`` attribute, representing the currently-logged-in user, to every
-incoming ``HttpRequest`` object. See :ref:` Authentication in Web requests
-<topics-http-auth>`.
+incoming ``HttpRequest`` object. See :ref:`Authentication in Web requests <topics-auth>`.
CSRF protection middleware
--------------------------