mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Always use parentheses when documenting a method with no arguments.
This commit is contained in:
parent
79e1d6ebd7
commit
05d36dc06e
11 changed files with 36 additions and 36 deletions
|
@ -99,7 +99,7 @@ Methods
|
|||
|
||||
Override this method in order to customize template rendering.
|
||||
|
||||
.. method:: SimpleTemplateResponse.add_post_render_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue