module documentation

Undocumented

Class BaseCreateView Base view for creating a new object instance.
Class BaseDeleteView Base view for deleting an object.
Class BaseFormView A base view for displaying a form.
Class BaseUpdateView Base view for updating an existing object.
Class DeletionMixin Provide the ability to delete objects.
Class FormMixin Provide a way to show and handle a form in a request.
Class ModelFormMixin Provide a way to show and handle a ModelForm in a request.
Class ProcessFormView Render a form on GET and processes it on POST.
Exception DeleteViewCustomDeleteWarning Undocumented