Author: ubernostrum Date: 2008-09-04 04:50:45 -0500 (Thu, 04 Sep 2008) New Revision: 8964
Modified: django/trunk/docs/ref/middleware.txt Log: Correct bad target in middleware documentation Modified: django/trunk/docs/ref/middleware.txt =================================================================== --- django/trunk/docs/ref/middleware.txt 2008-09-04 07:29:27 UTC (rev 8963) +++ django/trunk/docs/ref/middleware.txt 2008-09-04 09:50:45 UTC (rev 8964) @@ -165,8 +165,7 @@ .. 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 -------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
