Hello, I'm having a problem with the value of my DateField changing to 'True' from 'YYYY-MM-DD' when I save my record. Below is my model file:
/// class Test(models.Model): mytest = models.DateField() /// When I add a new record in my admin and select 'Today' next to my DateField then the current date gets entered (2008-05-07). Everything saves fine when I click the 'Save' button. However, when I go back to the record I see 'True' as the value in that field. It error's out when I try to save the record again. Why does the value change to True? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---