[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:
parent
f96dd05542
commit
e69d810741
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue