From 75c6dc967d4f27a8361d8cf77a1ea279ba9fa3b1 Mon Sep 17 00:00:00 2001 From: Christopher Long Date: Thu, 27 Jul 2006 22:38:02 +0000 Subject: [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 --- docs/templates_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates_python.txt') 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. -- cgit v1.3