﻿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
27178	ImageField when default provided in model, it's impossible to change the value.	phonkee	Tim Graham	"When I set model with ImageField that has default value set, it's impossible to change this value.
{{{
class TestModel(models.Model):
    image = models.ImageField(default=""default.jpg"")
}}}
Now it's impossible to change the value from ModelForm's and/or admin.
"	Bug	closed	Forms	1.10	Release blocker	duplicate			Accepted	1	0	0	0	0	0
