Undocumented
Class | BaseFormSet |
A collection of instances of the same Form class. |
Function | formset_factory |
Return a FormSet for the given form class. |
Constant | DEFAULT_MAX_NUM |
Undocumented |
Constant | DEFAULT_MIN_NUM |
Undocumented |
Constant | DELETION_FIELD_NAME |
Undocumented |
Constant | INITIAL_FORM_COUNT |
Undocumented |
Constant | MAX_NUM_FORM_COUNT |
Undocumented |
Constant | MIN_NUM_FORM_COUNT |
Undocumented |
Constant | ORDERING_FIELD_NAME |
Undocumented |
Constant | TOTAL_FORM_COUNT |
Undocumented |
Class | ManagementForm |
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. |
Function | all_valid |
Validate every formset and return True if all are valid. |