get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url
get_form_class() Retrieve the form class to instantiate. By default form_class.
class django.views.generic.edit.ProcessFormView A mixin that provides basic HTTP GET and POST workflow.
put(*args, **kwargs) The PUT action is also handled and just passes all parameters through to post()
success_url The URL to redirect to when the form is successfully processed.
get_form(form_class=None) Instantiate an instance of form_class using get_form_kwargs(). If form_class
get_prefix() Determine the
get_form_kwargs() Add the current instance (self.object) to the standard get_form_kwargs().
get_context_data(**kwargs) New in Django 1.9. Calls
form_invalid(form) Renders a response, providing the invalid form as context.
Page 1 of 3