UpdateView¶
- class djmvc.views.update.UpdateView(**kwargs)[source]¶
Bases:
ActionMixin,JsonFormMixin,ObjectModelFormMixin,TemplateViewMixin,UpdateViewUpdate an existing model instance.
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.