Available Forms

SuperForm

class django_superform.forms.SuperForm(*args, **kwargs)[source]

SuperFormMixin

class django_superform.forms.SuperFormMixin(*args, **kwargs)[source]

The base class for all super forms. It behaves just like a normal django form but will also take composite fields, like FormField and FormSetField.

Cleaning, validation, etc. should work totally transparent.

SuperModelForm

class django_superform.forms.SuperModelForm(*args, **kwargs)[source]

SuperModelFormMixin

class django_superform.forms.SuperModelFormMixin(*args, **kwargs)[source]