I have a model that contains an item declared as: DateCol(default=None)
if the record gets created with a date in it, say 2006-01-01 and then later I want to clear the date, I don't see a way to set the value back to None - all attempts to set this to '' or '\0' or any other variant of Null I can think of just complains that I am trying to assing a string to a datetime. Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

