ObjectFormMixin¶
- class djcrud.views.objectform.ObjectFormMixin[source]¶
Bases:
ObjectMixin,ModelMixin,FormMixinForm bound to
object.
When the bound object implements get_absolute_url(), the success toast links
to that URL.
Bases: ObjectMixin, ModelMixin, FormMixin
Form bound to object.
When the bound object implements get_absolute_url(), the success toast links
to that URL.