Kaydet (Commit) 738eef0f authored tarafından Tim Graham's avatar Tim Graham

Improved FormView docs in class-based views index.

Thanks Stefan Berder.
üst 95d504f4
...@@ -188,7 +188,10 @@ ProcessFormView ...@@ -188,7 +188,10 @@ ProcessFormView
Constructs a form, checks the form for validity, and handles it Constructs a form, checks the form for validity, and handles it
accordingly. accordingly.
The PUT action is also handled, as an analog of POST. .. method:: put(*args, **kwargs)
The ``PUT`` action is also handled and just passes all parameters
through to :meth:`post`.
.. class:: django.views.generic.edit.DeletionMixin .. class:: django.views.generic.edit.DeletionMixin
......
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