You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: ClusterForm now builds no child formsets when neither formsets nor exclude_formsets is specified in the Meta class, rather than building a formset for every child relation (Matt Westcott)
Removed Python 3.5 and 3.6 support
Removed Django 2.0 and 2.1 support
Support explicit definitions for nested formsets within ClusterForm, via a formsets option on the outer formset's definition (Matt Westcott)
Add inherit_kwargs attribute to ClusterForm child formsets (Matt Westcott)