diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-02 18:36:09 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:31:10 -0400 |
| commit | 6eed9ae747a0178de817da2e56bd09e73bee84ad (patch) | |
| tree | cd75546652a242202eb60d0617734476769b79c8 /docs/ref | |
| parent | b6e6fcf326ff3b008ccd7e935c391432d95bc5e2 (diff) | |
Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.
Per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/class-based-views/mixins-editing.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/ref/class-based-views/mixins-editing.txt b/docs/ref/class-based-views/mixins-editing.txt index 5456215cf1..ed13257747 100644 --- a/docs/ref/class-based-views/mixins-editing.txt +++ b/docs/ref/class-based-views/mixins-editing.txt @@ -160,12 +160,6 @@ ModelFormMixin example, you could use ``success_url="/polls/{slug}/"`` to redirect to a URL composed out of the ``slug`` field on a model. - .. versionchanged:: 1.8 - - Support for the new brace-based Python formatting syntax has been - added. The old ``%(slug)s`` placeholder syntax support has been - deprecated and will be removed in Django 1.10. - .. method:: get_form_class() Retrieve the form class to instantiate. If @@ -259,12 +253,6 @@ DeletionMixin could use ``success_url="/parent/{parent_id}/"`` to redirect to a URL composed out of the ``parent_id`` field on a model. - .. versionchanged:: 1.8 - - Support for the new brace-based Python formatting syntax has been - added. The old ``%(slug)s`` placeholder syntax support has been - deprecated and will be removed in Django 1.10. - .. method:: get_success_url() Returns the url to redirect to when the nominated object has been |
