Expand description
Built-in formset types (inline, base). Advanced FormSet functionality
This module provides advanced FormSet features including inline formsets, model-based formsets, and dynamic formset generation.
Structsยง
- Form
SetFactory - Factory for creating FormSets dynamically
- Inline
Form Set - InlineFormSet for managing forms related to a parent model
- Model
Form Set - ModelFormSet for managing multiple model instances