diff options
| author | Christopher Long <indirecthit@gmail.com> | 2006-07-27 22:38:02 +0000 |
|---|---|---|
| committer | Christopher Long <indirecthit@gmail.com> | 2006-07-27 22:38:02 +0000 |
| commit | 75c6dc967d4f27a8361d8cf77a1ea279ba9fa3b1 (patch) | |
| tree | 2b1ad1b7c7af7cc9ed04a843c33d6ae539b51475 /docs/templates_python.txt | |
| parent | 8e48efbbd09685f04856bf448d37c4b7a84e8548 (diff) | |
[per-object-permissions] Update to trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/per-object-permissions@3464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index d353abb5bc..8a62ebebad 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -357,7 +357,7 @@ django.core.context_processors.request ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every -``DjangoContext`` will contain a variable ``request``, which is the current +``RequestContext`` will contain a variable ``request``, which is the current `HttpRequest object`_. Note that this processor is not enabled by default; you'll have to activate it. |
