Django

Code

Changeset 8964

Show
Ignore:
Timestamp:
09/04/08 04:50:45 (3 months ago)
Author:
ubernostrum
Message:

Correct bad target in middleware documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/ref/middleware.txt

    r8843 r8964  
    166166 
    167167Adds 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>`. 
     168incoming ``HttpRequest`` object. See :ref:`Authentication in Web requests <topics-auth>`. 
    170169 
    171170CSRF protection middleware