Skip to content

6.0

Compare
Choose a tag to compare
@gasman gasman released this 14 Mar 21:15
· 33 commits to main since this release
  • 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)