Changeset 8964
- Timestamp:
- 09/04/08 04:50:45 (3 months ago)
- Files:
-
- django/trunk/docs/ref/middleware.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/middleware.txt
r8843 r8964 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
