Hello, I'm having a problem. I'm able to add and save a record from the class described below. However, when I open that record back up in my admin the estimated_date field displays true instead of the actual date. When i try to save the record with true in the DateField I get an error. Below is my class.
//// class ProductOrder(models.Model): estimated_date = models.DateTimeField() //// I'm using PostgresSQL 8.3 and am using a svn that is not a month old. The data type for my estimated_date field is date. How come true keeps being displayed? Everything works fine with I use a DateTimeField ( it has data type timestamp with time zone). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---