Opened 18 years ago

Closed 18 years ago

#3019 closed enhancement (duplicate)

FileField/ImageField can't be unset

Reported by: paul@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The FileField Widget looks like this:

Currently:      my_dir/my_file.pdf
Change:         < File upload input field> <Browse button>

If you have a FileField in your model that is not required, you can only change the file... you can't change the value back to nothing once you've added a file.

Change History (1)

comment:1 by Chris Beaven, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #2534 (or #22 at least)

Note: See TracTickets for help on using tickets.
Back to Top