Re: FilePathField blank=True

2006-05-02 Thread Adrian Holovaty
On 5/1/06, Adam <[EMAIL PROTECTED]> wrote: > (in M-R) I have a model with this field: > > image = models.FilePathField(path='/my/path', blank=True, null=True) > > In the admin interface, the image field shows up dimmed like the rest > of the optional fields. However the select list lists all the f

FilePathField blank=True

2006-05-01 Thread Adam
(in M-R) I have a model with this field: image = models.FilePathField(path='/my/path', blank=True, null=True) In the admin interface, the image field shows up dimmed like the rest of the optional fields. However the select list lists all the files in /my/path, without any blank option. So you ar