Kaydet (Commit) 3cca2ab2 authored tarafından Claude Paroz's avatar Claude Paroz Kaydeden (comit) Tim Graham

[2.1.x] Documented DeletionMixin.delete().

Backport of 96ea4f87 from master
üst a53d6487
...@@ -232,6 +232,11 @@ The following mixins are used to construct Django's editing views: ...@@ -232,6 +232,11 @@ The following mixins are used to construct Django's editing views:
could use ``success_url="/parent/{parent_id}/"`` to redirect to a URL could use ``success_url="/parent/{parent_id}/"`` to redirect to a URL
composed out of the ``parent_id`` field on a model. composed out of the ``parent_id`` field on a model.
.. method:: delete(request, *args, **kwargs)
Retrieves the target object and calls its ``delete()`` method, then
redirects to the success URL.
.. method:: get_success_url() .. method:: get_success_url()
Returns the url to redirect to when the nominated object has been Returns the url to redirect to when the nominated object has been
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment