Commit 7c11b1a4 authored by Tim Graham's avatar Tim Graham
Browse files

Merge pull request #391 from reverie/patch-1

Fixed typo in context_processors.auth
parents 1f84b042 29cd3d6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ django.contrib.auth.context_processors.auth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every
``RequestContext`` will contain these three variables:
``RequestContext`` will contain these variables:

* ``user`` -- An ``auth.User`` instance representing the currently
  logged-in user (or an ``AnonymousUser`` instance, if the client isn't