﻿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
18376	Model formsets apply unique checks to blank, null fields	Chris Adams	Joeri Bekker	This is similar to #13811 but applies to fields declared with ``unique=True`` rather than ``unique_together``: a model formset will incorrectly raise a ValidationError during ``validate_unique`` if more than one of the objects have a null value. I noticed this on a site using admin list_editable with a blank, null field but the problem appears to affect any model formset.	Bug	closed	Forms	1.4	Normal	invalid	formset admin list_editable unique sprint2013		Accepted	1	0	1	0	0	0
