Re: FileField broken in admin of newforms branch

2007-02-07 Thread Mae
Oh, and I've tried messing about with widget=... parameters, but that throws errors (not surprisingly -- the admin interface doesn't even use newforms yet). On Feb 6, 6:35 pm, "Mae" <[EMAIL PROTECTED]> wrote: > Hi folks, > > I need help to make my FileFields display nice "browse" buttons and be >

FileField broken in admin of newforms branch

2007-02-06 Thread Mae
Hi folks, I need help to make my FileFields display nice "browse" buttons and be of type "file" in admin. I have a model class that looks like this: class Award(models.Model): """ A film award. """ name = models.CharField(maxlength=100, unique=True) image