-
Base view for creating a new object instance.
-
Base view for deleting an object.
-
A base view for displaying a form.
-
Base view for updating an existing object.
-
View for creating a new object, with a response rendered by a template.
-
View for deleting an object retrieved with self.get_object(), with a response rendered by a template.
-
Provide the ability to delete objects.
-
Provide a way to show and handle a form in a request.
-
A view for displaying a form and rendering a template response.
-
Provide a way to show and handle a ModelForm in a request.
-
Render a form on GET and processes it on POST.
-
View for updating an object, with a response rendered by a template.