﻿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
5878	Customize is_empty exceptions in a formset or inline formset	Brian Rosner	nobody	With the removal of ```core``` (thank goodness) the ```FormSet``` class relies on the ```Form``` object to give back a boolean value for an ```is_empty``` method call.  ```is_empty``` accepts an argument ```exceptions``` to prevent specific fields from being considered not empty.  The problem here is whenever I assign a default value to a field that gets rendered in an inline formset it will always return that it is not empty and try to save it.  I am not sure where this customization can fall in, but it seems pretty critical that it needs to be somewhere accessible to prevent this minor headache ;)		closed	Forms	newforms-admin		fixed	nfa-blocker		Accepted	0	0	0	0	0	0
