put(*args, **kwargs) The PUT action is also handled and just passes all parameters through to post()
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
get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url
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
class django.views.generic.edit.ProcessFormView A mixin that provides basic HTTP GET and POST workflow.
prefix The
form_invalid() Renders a response, providing the invalid form as context.
Page 1 of 3