﻿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
4979	Admin does not allow removal of an image from an ImageField after it has been set, even if null=True and blank=True	Rob van der Linde	nobody	"In my model, I have the following field:

{{{photo = models.ImageField(""Photo"", upload_to=""images"", null=True, blank=True)}}}

I am able to upload an image using the admin tool no problem, I am also able to change it to another image at a later stage, but I am not able to remove the image (e.g. set the field back to NULL), even though my field does allow null values. This might also apply to {{{FileField}}} fields."		closed	contrib.admin	dev		fixed	ImageField	robillard.etienne@… tjurewicz@… Mikhail Korobov	Accepted	1	0	0	1	0	0
