Correct bad target in middleware documentation

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-09-04 09:50:45 +00:00
parent 36b120c23a
commit 3239849174
1 changed files with 1 additions and 2 deletions

View File

@ -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
--------------------------