Fixed error in docs/templates_python.txt (thanks, Alice)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a444995427
commit
e9727a857b
|
@ -272,7 +272,7 @@ optional, third positional argument, ``processors``. In this example, the
|
||||||
|
|
||||||
def some_view(request):
|
def some_view(request):
|
||||||
# ...
|
# ...
|
||||||
return DjangoContext({
|
return DjangoContext(request, {
|
||||||
'foo': 'bar',
|
'foo': 'bar',
|
||||||
}, [ip_address_processor])
|
}, [ip_address_processor])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue