ObjectFormMixin

class djcrud.views.objectform.ObjectFormMixin[source]

Bases: ObjectMixin, ModelMixin, FormMixin

Form bound to object.

get_form_valid_message()[source]

Success toast message after valid submit.

When the bound object implements get_absolute_url(), the success toast links to that URL.