Commit 648adcd3 authored by Julien Phalip's avatar Julien Phalip
Browse files

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
parent a89b1562
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ Methods

    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
    place. This hook can be used to defer certain processing