Re: DateField widget, ModelForm and javascript

2008-04-22 Thread Guillaume Lederrey
2008/4/22 Peter Melvyn <[EMAIL PROTECTED]>: > > On 4/21/08, Rishabh Manocha <[EMAIL PROTECTED]> wrote: > > > I'd be interested in knowing how to get it to show up too (what JS/CSS > > files need to be added, whether there is some setting we can use in > > the python code itself or do we hav

Re: DateField widget, ModelForm and javascript

2008-04-22 Thread Peter Melvyn
On 4/21/08, Rishabh Manocha <[EMAIL PROTECTED]> wrote: > I'd be interested in knowing how to get it to show up too (what JS/CSS > files need to be added, whether there is some setting we can use in > the python code itself or do we have to print out each field > independently and insert the a

Re: DateField widget, ModelForm and javascript

2008-04-21 Thread Rishabh Manocha
AFAIK that JS date picker is only available in the admin interface. rendering a form as {{ my_form}} does not print that date picker either. I'd be interested in knowing how to get it to show up too (what JS/CSS files need to be added, whether there is some setting we can use in the python code i