From: Joseph Spiros Date: Wed, 1 Feb 2012 00:04:02 +0000 (-0500) Subject: Fixed an exception with JSONAttributes using DateField or DateTimeField as their... X-Git-Tag: philo-0.9.2^2~1 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/b639b27fcefa205df835662bec0909e3f0d81b99?hp=b639b27fcefa205df835662bec0909e3f0d81b99 Fixed an exception with JSONAttributes using DateField or DateTimeField as their field template when the stored value is None. Fixes #178. ---