﻿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
16328	FilePathField should include blank option even when required=True	ringemup@…	Mahmoud Nasser	Because there is no blank option in FilePathField form fields when required=True, it is not possible to save an admin form with blank inlines that contain FilePathFields.  Since an empty-string option does not pass the required=True validator, the simplest fix is simply to include a ('','----------') option as the first choice for the field, just as with other ChoiceFields. 	Bug	new	Forms	1.3	Normal			Harish Bonu	Accepted	1	0	0	0	0	1
