| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Django
Revision: 8964
Author: ubernostrum
Date: 04 Sep 2008 05:50:45
Diff at Trac: http://code.djangoproject.com/changeset/8964
Changes:Correct bad target in middleware documentation
Files:| ... | ...@@ -165,8 +165,7 @@ | |
| 165 | 165 | .. class:: django.contrib.auth.middleware.AuthenticationMiddleware |
| 166 | 166 | |
| 167 | 167 | Adds the ``user`` attribute, representing the currently-logged-in user, to every |
| 168 | incoming ``HttpRequest`` object. See :ref:` Authentication in Web requests | |
| 169 | <topics-http-auth>`. | |
| 168 | incoming ``HttpRequest`` object. See :ref:`Authentication in Web requests <topics-auth>`. | |
| 170 | 169 | |
| 171 | 170 | CSRF protection middleware |
| 172 | 171 | -------------------------- |