Class ModelFormMixin
Provide a way to show and handle a ModelForm in a request.
Declaration
source linkDocumentation
Methods
▶ def form_valid(self, form) override If the form is valid, save the associated model.
▶ def get_form_class(self) override Return the form class to use in this view.
▶ def get_form_kwargs(self) override Return the keyword arguments for instantiating the form.
▶ def get_success_url(self) override Return the URL to redirect to after processing a valid form.