Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
48d41cf78e
commit
edabc4aca1
|
@ -291,7 +291,7 @@ normal ``django.template.Context``. The first difference is that it takes an
|
|||
|
||||
c = RequestContext(request, {
|
||||
'foo': 'bar',
|
||||
}
|
||||
})
|
||||
|
||||
The second difference is that it automatically populates the context with a few
|
||||
variables, according to your :setting:`TEMPLATE_CONTEXT_PROCESSORS` setting`.
|
||||
|
|
Loading…
Reference in New Issue