Merge branch 'entity-proxy-fields'
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 9 Aug 2010 06:35:54 +0000 (02:35 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 9 Aug 2010 06:39:22 +0000 (02:39 -0400)
commit82e22de23b182353e35aa4e2fde0c08f4df5653f
tree8ea5cf4fc41a4bee3eb0c5568b7b0b162f50c4fa
parent11f1c387f944adf710f7fa4614004f0ef9fda29b
parent7bce2277e95107a35ea6bd47d692bc0f7ea71819
Merge branch 'entity-proxy-fields'

* entity-proxy-fields:
  Implemented EntityForm, which knows how to deal with AttributeFields and RelationshipFields on the underlying model. To be consistent with Attributes, Relationships now support null values. This changes the schema.
  AttributeFields and RelationshipFields now store their changes and do not commit them until their model has been saved.
  Initial implementation of AttributeField and RelationshipField. These objects are not actual Fields, but rather they simply add descriptors to Entity subclasses which provide transparent access to specific attributes and relationships.