From: Stephen Burrows Date: Fri, 21 Jan 2011 18:09:58 +0000 (-0500) Subject: Split forms into containers, entities, and fields. Split attribute fields out from... X-Git-Tag: philo-0.9~22^2~5^2~1 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/1422f0d2c8325b2c4d6781bd3c7b21a3d5873b90?ds=sidebyside;hp=1422f0d2c8325b2c4d6781bd3c7b21a3d5873b90 Split forms into containers, entities, and fields. Split attribute fields out from other model fields. Revamped the interaction between AttributeForm and the AttributeValue subclasses to more clearly define their roles. Moved all code related to AttributeFields into models.fields.attributes. Genericized AttributeFieldDescriptor and removed the other descriptor options. ---