DeleteView¶
- class djmvc.views.delete.DeleteView(**kwargs)[source]¶
Bases:
DeleteMixin,JsonDeleteMixin,ObjectFormMixin,TemplateViewMixin,DeleteViewConfirm and delete a single object.
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- property title¶
Human-readable label with the model class name removed.
DeleteObjectsView¶
- class djmvc.views.delete.DeleteObjectsView(**kwargs)[source]¶
Bases:
DeleteMixin,ListActionMixin,FormViewBulk delete for rows selected on the list view.
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- property title¶
Human-readable label with the model class name removed.