summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-07-24 01:51:15 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-07-24 01:51:15 +0000
commit571ee77dfecbc3516bfaec434584064d3a4e50c8 (patch)
tree98fa4e985b2db122f8385f41b8bbda5787787ab8 /docs/templates_python.txt
parent6d050ff07a548d5de524f89012b2743242f339fc (diff)
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
Diffstat (limited to 'docs/templates_python.txt')
-rw-r--r--docs/templates_python.txt2
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.