Fixed an exception with JSONAttributes using DateField or DateTimeField as their...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 1 Feb 2012 00:04:02 +0000 (19:04 -0500)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 1 Feb 2012 00:04:02 +0000 (19:04 -0500)
commitb639b27fcefa205df835662bec0909e3f0d81b99
tree2d84a875394293714bdf7dfcdb3566410cc983b3
parentfef39b8aafb44c2bd39e954b4c77affafd4e4e9d
Fixed an exception with JSONAttributes using DateField or DateTimeField as their field template when the stored value is None. Fixes #178.
philo/models/fields/entities.py