mirror of https://github.com/django/django.git
Fixed tabs -> spaces in [5598]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
107dd89385
commit
3d6785fb8e
|
@ -314,7 +314,7 @@ optional, third positional argument, ``processors``. In this example, the
|
||||||
c = RequestContext(request, {
|
c = RequestContext(request, {
|
||||||
'foo': 'bar',
|
'foo': 'bar',
|
||||||
}, [ip_address_processor])
|
}, [ip_address_processor])
|
||||||
return t.render(c)
|
return t.render(c)
|
||||||
|
|
||||||
Note::
|
Note::
|
||||||
If you're using Django's ``render_to_response()`` shortcut to populate a
|
If you're using Django's ``render_to_response()`` shortcut to populate a
|
||||||
|
|
Loading…
Reference in New Issue