I just tried this in tg-admin shell (0.9a1):

>>> t = Timesheet.get(7200)
>>> t.date
datetime.date(2004, 8, 9)
>>> t.date=None
>>> if t.date == None:
...   print "t.date is none"
...
t.date is none
>>>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to