Re: Datetimefield error using form_as_model

2007-08-17 Thread jeffhg58
I am using 0.97-pre. I also am using new forms with a similar date field at work for a different website and I do not encounter the error, though I am using the form_for_model instead I am using the custom form. But, I will try and compare the two and see where the differences might be. Thanks

Re: Datetimefield error using form_as_model

2007-08-16 Thread Malcolm Tredinnick
On Thu, 2007-08-16 at 05:25 -0700, jeffhg58 wrote: > Hi, > > I am using a form_as_model with newforms and when I do a save I get > the following error message on the form: > > format is %Y-%m-%d %H:%M:%S. Grepping through the source code, the string "format is" does not appear anywhere in the s

Datetimefield error using form_as_model

2007-08-16 Thread jeffhg58
Hi, I am using a form_as_model with newforms and when I do a save I get the following error message on the form: format is %Y-%m-%d %H:%M:%S. This occurs with the event_date field. Can you someone point me in the right direction to help me resolve this issue. Here are snippets of my models an