Class DeletionMixin
Provide the ability to delete objects.
Declaration
class DeletionMixin
source linkDocumentation
Methods
▷ def delete(self, request, *args, **kwargs) Call the delete() method on the fetched object and then redirect to the success URL.
▷ def post(self, request, *args, **kwargs)
Subclasses