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
(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
2 matches
Mail list logo