form_valid(form) Redirects to get_success_url().
get_form_class() Retrieve the form class to instantiate. If form_class is provided, that class will be used. Otherwise
get_form_kwargs() Build the keyword arguments required to instantiate the form. The initial
model A model class. Can be explicitly provided, otherwise will be determined by examining self.object or
class django.views.generic.edit.DeletionMixin Enables handling of the DELETE http action.
get_success_url() Determine the URL to redirect to when the form is successfully validated. Returns django.views.generic
form_valid(form) Saves the form instance, sets the current object for the view, and redirects to get_success_url()
form_class The form class to instantiate.
success_url The URL to redirect to when the form is successfully processed. success_url
get_success_url() Determine the URL to redirect to when the form is successfully validated. Returns success_url
Page 3 of 3