Fixed #17285 -- Fixed a small typo in SimpleTemplateResponse's doc. Thanks, yorkedork.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a89b156284
commit
648adcd35f
|
@ -105,7 +105,7 @@ Methods
|
||||||
|
|
||||||
Override this method in order to customize template rendering.
|
Override this method in order to customize template rendering.
|
||||||
|
|
||||||
.. method:: SimpleTemplateResponse.add_post_rendering_callback
|
.. method:: SimpleTemplateResponse.add_post_render_callback
|
||||||
|
|
||||||
Add a callback that will be invoked after rendering has taken
|
Add a callback that will be invoked after rendering has taken
|
||||||
place. This hook can be used to defer certain processing
|
place. This hook can be used to defer certain processing
|
||||||
|
|
Loading…
Reference in New Issue