On Jan 6, 12:11 am, DragonSlayre <
LSSay...@gmail.com> wrote:
> I've tried using it, but I'm still quite new to django - I put it into
> my model file for now, and made my model form looks like this:
>
> class FiremanForm(ModelForm):
> birth_date = models.DateField(widget=SelectDateWidget())
>
> But I get an error "got an unexpected keyword argument 'widget' "
> From this I gather that I must be writing the wrong thing, but I'm not
> sure what I should be writing?
>
> Thanks a lot
>
> On Jan 6, 11:29 am, Brot <
schla...@gmail.com> wrote:
>
> > Hello,
>
> > I have the same issue in my app and there is a widget. You can find it
> > here:
http://code.djangoproject.com/browser/django/trunk/django/forms/extra...
>
> > But for me this widget misses a few features and there are open