Commit 32398491 authored by James Bennett's avatar James Bennett
Browse files

Correct bad target in middleware documentation

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 36b120c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
--------------------------