﻿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
871	ImageField doesn''t honor blank=True argument	flavio.curella@…	Adrian Holovaty	"with this code:

{{{
#!python
class File(meta.Model):
	file = meta.FileField(upload_to=MEDIA_ROOT, core=True)
	thumbnail = meta.ImageField(upload_to=""/files/thumbs/"", null=True, blank=True)
}}}

adding a File requires also a thumbnail.
"	defect	closed	contrib.admin	dev	normal	worksforme			Unreviewed	0	0	0	0	0	0
