From e69d810741b145100b9f0c9a4ce165adb9e2775f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 23 Feb 2013 08:52:33 -0500 Subject: [PATCH] [1.5.x] Fixed #17094 - Typo in class-based views doc. Thanks alej0 for the report. Backport of c89717fabe from master. --- docs/ref/class-based-views/mixins-editing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/class-based-views/mixins-editing.txt b/docs/ref/class-based-views/mixins-editing.txt index e200623f14..b70e4de627 100644 --- a/docs/ref/class-based-views/mixins-editing.txt +++ b/docs/ref/class-based-views/mixins-editing.txt @@ -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