~ubuntu-branches/ubuntu/quantal/python-django/quantal

« back to all changes in this revision

Viewing changes to docs/ref/middleware.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2008-11-15 19:15:33 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20081115191533-xbt1ut2xf4fvwtvc
Tags: 1.0.1-0ubuntu1
* New upstream release:
  - Bug fixes.

* The tests/ sub-directory appaers to have been dropped upstream, so pull
  our patch to workaround the tests and modify the rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
--------------------------