class documentation

Provide the ability to delete objects.

Method delete Call the delete() method on the fetched object and then redirect to the success URL.
Method get_success_url Undocumented
Method post Undocumented
Class Variable success_url Undocumented
Instance Variable object Undocumented
def delete(self, request, *args, **kwargs): (source)

Call the delete() method on the fetched object and then redirect to the success URL.

def get_success_url(self): (source)

Undocumented

def post(self, request, *args, **kwargs): (source)

Undocumented

success_url = (source)

Undocumented