﻿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	nobody	"When I set model with ImageField that has default value set, it's impossible to change this value.

    class TestModel(models.Model)
        image = ImageField(default=""default.jpg"")

Now it's impossible to change the value from ModelForm's and/or admin.
"	Bug	new	Uncategorized	1.10	Normal				Unreviewed	0	0	0	0	0	0
