From 571ee77dfecbc3516bfaec434584064d3a4e50c8 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 24 Jul 2006 01:51:15 +0000 Subject: [PATCH] Fixed legacy mention of DjangoContext in docs/templates_python.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3433 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.