0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

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:
Adrian Holovaty 2007-07-03 19:21:33 +00:00
parent 107dd89385
commit 3d6785fb8e

View File

@ -314,7 +314,7 @@ optional, third positional argument, ``processors``. In this example, the
c = RequestContext(request, {
'foo': 'bar',
}, [ip_address_processor])
return t.render(c)
return t.render(c)
Note::
If you're using Django's ``render_to_response()`` shortcut to populate a