On 9/16/05, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> i have an optional imagefield in a model. I enter an image there. Later
> i want to delete the image (not replace it). Can i do that through the
> admin interface? Or do i have to do it manually?

There's currently no way to "clear" the value of a file-upload field
via the admin interface. See http://code.djangoproject.com/ticket/22
for the ticket, and we would love you forever if you submitted a
patch. :-)

Actually a patch would be pretty easy -- it's an interface thing,
generally not a Python code thing.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to