Implemented EntityForm, which knows how to deal with AttributeFields and Relationship...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 9 Aug 2010 06:30:10 +0000 (02:30 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 9 Aug 2010 06:30:10 +0000 (02:30 -0400)
commit7bce2277e95107a35ea6bd47d692bc0f7ea71819
tree8ea5cf4fc41a4bee3eb0c5568b7b0b162f50c4fa
parentaca27b0d4429d193b539f993eb629d28efd2157b
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.
forms.py [new file with mode: 0644]
models/base.py
models/fields.py
signals.py [new file with mode: 0644]