﻿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
15349	Bound FormSet produces bound empty_form	hidde-jan	nobody	"The current implementation of `BaseFormSet` provides a method `_get_empty_form`. When a formset is bound, it supplies the data and files it received to the formclass. This results in the formset's empty_form being bound. This can lead to unexpected behaviour, especially when subclassing `forms.Form`.

The supplied patch has the fix and a test that checks wether the empty_form of a bound formset is still unbound.

Since the empty_form property was added for use as a template, there should be no difference, whatsoever, between the empty_form of a bound and an unbound formset."		closed	Forms	dev		fixed	formset, is_bound, empty_form	carl.j.meyer@…	Ready for checkin	1	0	0	0	0	0
