Skip to content

Commit

Permalink
Fixed #17094 - Typo in class-based views doc.
Browse files Browse the repository at this point in the history
Thanks alej0 for the report.
  • Loading branch information
timgraham committed Feb 23, 2013
1 parent bb2705d commit c89717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/class-based-views/mixins-editing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ ProcessFormView
example, you could use ``success_url="/parent/%(parent_id)s/"`` to
redirect to a URL composed out of the ``parent_id`` field on a model.

.. method:: get_success_url(obj)
.. method:: get_success_url()

Returns the url to redirect to when the nominated object has been
successfully deleted. Returns
Expand Down

0 comments on commit c89717f

Please sign in to comment.