class documentation

class ManagementForm(Form): (source)

View In Hierarchy

Keep track of how many form instances are displayed on the page. If adding new forms via JavaScript, you should increment the count field of this form as well.

Method clean Undocumented
Constant INITIAL_FORMS Undocumented
Constant MAX_NUM_FORMS Undocumented
Constant MIN_NUM_FORMS Undocumented
Constant TOTAL_FORMS Undocumented
Class Variable template_name Undocumented
def clean(self): (source)

Undocumented

INITIAL_FORMS = (source)

Undocumented

Value
IntegerField(widget=HiddenInput)
MAX_NUM_FORMS = (source)

Undocumented

Value
IntegerField(required=False, widget=HiddenInput)
MIN_NUM_FORMS = (source)

Undocumented

Value
IntegerField(required=False, widget=HiddenInput)
TOTAL_FORMS = (source)

Undocumented

Value
IntegerField(widget=HiddenInput)
template_name: str = (source)

Undocumented