From: Stephen Burrows Date: Tue, 25 Jan 2011 16:15:06 +0000 (-0500) Subject: Added support for DateTime information being stored in a JSONAttribute. Switched... X-Git-Tag: philo-0.9~22^2^2~1 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/fbe780ee3c39c4feea456aa9d36c89467900191c?hp=fbe780ee3c39c4feea456aa9d36c89467900191c Added support for DateTime information being stored in a JSONAttribute. Switched ForeignKeyAttribute and M2MAttribute to store the related model in self.to instead of overwriting self.model. ---