Available Forms¶
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
FormFieldandFormSetField.Cleaning, validation, etc. should work totally transparent.