diff options
| author | Tim Graham <timograham@gmail.com> | 2012-09-26 01:13:09 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-09-26 01:13:09 -0700 |
| commit | 7c11b1a47060cc2710b56c7879bbe73cb5587fb2 (patch) | |
| tree | ae04e84c1fcc6f5a885935c1c65eb6f9ac82bd1e /docs | |
| parent | 1f84b042f1c3fab0f806de814d668917dd86236a (diff) | |
| parent | 29cd3d6c01d7afbcf5141430b2dd93daede22ade (diff) | |
Merge pull request #391 from reverie/patch-1
Fixed typo in context_processors.auth
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index f29d2acc12..db57d2de96 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -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 |
