﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16289	Make FormSet and related classes declarable	Bas Peschier	nobody	"!FormSets are now created with factories, but similar to !ModelForm, it is entirely possible to declare a custom F!ormSet; the only thing missing are the defaults on the base classes in the code.

The idea is that you should be able to do:

{{{
class MyFormSet(formsets.FormSet):
  can_delete = True
  form = MyForm
  extra = 3
}}}

This is similar how we now teach people how to use !ModelForms and opens up possibilities to override/extend behaviour."	New feature	closed	Forms	dev	Normal	duplicate	formset		Unreviewed	0	0	0	0	0	0
