﻿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
13584	django.forms FileField does not allow empty files.	James Henstridge	Flaviu Simihaian	"The FileField.clean() method raises ValidationError if the uploaded file is empty.

While this is useful in many cases, there are times when it is useful to allow empty files.  Since the check is mixed in with the other validation checks, it isn't very easy to disable the check in a subclass without reimplementing the entire clean() method.

It would be nice if FileField could be directly configured to disable the empty check."	Bug	closed	File uploads/storage	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
