class django.views.generic.edit.ProcessFormView A mixin that provides basic HTTP GET and POST workflow.
get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url
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
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.ModelFormMixin A form mixin that works on ModelForms, rather than a standalone
get_context_data(**kwargs) New in Django 1.9. Calls
Page 1 of 3