put(*args, **kwargs) The PUT action is also handled and just passes all parameters through to post()
class django.views.generic.edit.ProcessFormView A mixin that provides basic HTTP GET and POST workflow.
get_form_kwargs() Add the current instance (self.object) to the standard get_form_kwargs().
get_form(form_class=None) Instantiate an instance of form_class using get_form_kwargs(). If form_class
success_url The URL to redirect to when the form is successfully processed.
get_form_class() Retrieve the form class to instantiate. By default form_class.
get_prefix() Determine the
get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url
prefix The
initial A dictionary containing initial data for the form.
Page 1 of 3