Re: JS for TimeField

2006-06-29 Thread oggie rob
I submitted http://code.djangoproject.com/ticket/1848 which shows times in 30 minute increments (you can adjust the increment easily enough). Fits my (and my users) needs perfectly. It wasn't included but you are welcome to use the patch. -rob --~--~-~--~~~---~--~--

JS for TimeField

2006-06-29 Thread Kevin Fullerton
Hi,   If I define a models.TimeField in my model, the admin interface automatically generates the JS for popping up the time selection box - my question is do I have to edit the JS directly if I want the options given (Now, 6am, Noon, Midnight by default) to be different?   Many thanks   Ke