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:
parent
36b120c23a
commit
3239849174
|
@ -165,8 +165,7 @@ Authentication middleware
|
||||||
.. class:: django.contrib.auth.middleware.AuthenticationMiddleware
|
.. class:: django.contrib.auth.middleware.AuthenticationMiddleware
|
||||||
|
|
||||||
Adds the ``user`` attribute, representing the currently-logged-in user, to every
|
Adds the ``user`` attribute, representing the currently-logged-in user, to every
|
||||||
incoming ``HttpRequest`` object. See :ref:` Authentication in Web requests
|
incoming ``HttpRequest`` object. See :ref:`Authentication in Web requests <topics-auth>`.
|
||||||
<topics-http-auth>`.
|
|
||||||
|
|
||||||
CSRF protection middleware
|
CSRF protection middleware
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Loading…
Reference in New Issue