Fixed an RST formatting typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6462 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a0102fccfd
commit
7ab381972e
|
@ -316,7 +316,7 @@ optional, third positional argument, ``processors``. In this example, the
|
||||||
}, [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
|
||||||
template with the contents of a dictionary, your template will be passed a
|
template with the contents of a dictionary, your template will be passed a
|
||||||
``Context`` instance by default (not a ``RequestContext``). To use a
|
``Context`` instance by default (not a ``RequestContext``). To use a
|
||||||
|
|
Loading…
Reference in New Issue