Skip to main content

Module formsets

Module formsets 

Source
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ยง

FormSetFactory
Factory for creating FormSets dynamically
InlineFormSet
InlineFormSet for managing forms related to a parent model
ModelFormSet
ModelFormSet for managing multiple model instances