Well, 2011 brought a bug I'm not sure what to do with.  I have a view 
that contains a form that lets a user select a date range.  
The field is defined as

start_date = 
forms.DateField(initial=date(d.year,d.month,1),widget=SelectDateWidget())

My problem is that as of the 1st of January 2011, the minimum date shown 
is 01/01/2011, which means people can't select data from last year. I can't find
anything in the documentation that would let me change the range of dates shown 
in
the SelectDateWidget. Any suggestions?


-- 
Mike Seidle

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to