0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed #17094 - Typo in class-based views doc.

Thanks alej0 for the report.
This commit is contained in:
Tim Graham 2013-02-23 08:52:33 -05:00
parent bb2705d3db
commit c89717fabe

View File

@ -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