ModelAdmin.delete_model(request, obj)
[source]
The delete_model
method is given the HttpRequest
and a model instance. Use this method to do pre- or post-delete operations.
ModelAdmin.delete_model(request, obj)
[source]
The delete_model
method is given the HttpRequest
and a model instance. Use this method to do pre- or post-delete operations.
Please login to continue.