Re: Date widget not HTML5

2012-10-25 Thread Victor Rocha
You need to roll out your own widget. I assume django will have html5 support in the near future. On Wednesday, October 24, 2012 1:04:07 PM UTC-4, Juan Pablo Tamayo wrote: > > > > Is there any reason not to have the date widget input tag have the > attribute type="date" instead of just type="te

Date widget not HTML5

2012-10-24 Thread Juan Pablo Tamayo
Is there any reason not to have the date widget input tag have the attribute type="date" instead of just type="text"? I mean, most browser do not treat it differently, but it tells them that they should; besides it would mean that Django tries to support the full range of HTML5. Is there a