diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-23 08:52:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-23 08:55:01 -0500 |
| commit | e69d810741b145100b9f0c9a4ce165adb9e2775f (patch) | |
| tree | f95afd32472aab5691e7d502744cd88cbe77be1d | |
| parent | f96dd05542885d9839d4c79639164551e1f01563 (diff) | |
[1.5.x] Fixed #17094 - Typo in class-based views doc.
Thanks alej0 for the report.
Backport of c89717fabe from master.
| -rw-r--r-- | docs/ref/class-based-views/mixins-editing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
