[1.5.x] Fixed #17094 - Typo in class-based views doc.

Thanks alej0 for the report.

Backport of c89717fabe from master.
This commit is contained in:
Tim Graham 2013-02-23 08:52:33 -05:00
parent f96dd05542
commit e69d810741
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ ProcessFormView
The url to redirect to when the nominated object has been
successfully deleted.
.. method:: get_success_url(obj)
.. method:: get_success_url()
Returns the url to redirect to when the nominated object has been
successfully deleted. Returns