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
This commit is contained in:
parent
6d050ff07a
commit
571ee77dfe
|
@ -357,7 +357,7 @@ django.core.context_processors.request
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every
|
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;
|
`HttpRequest object`_. Note that this processor is not enabled by default;
|
||||||
you'll have to activate it.
|
you'll have to activate it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue