Skip to content

Form type mixin

FormTypeAdminMixin

Mixin that let you use different forms for different object manupulation scenarios:

  • changelist_form - Special form for changelist admin view.
  • add_form - Special form for object creation.
  • change_form - Special form for object update mechanics.

All those forms will fallback to a default one if none provided.