Explicit declaration of keys for AttributeFields and RelationshipFields is now unnece...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 12 Aug 2010 21:04:38 +0000 (17:04 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 12 Aug 2010 21:04:38 +0000 (17:04 -0400)
commit6b1eb578f544517620de8e0abbec391a839a3d0c
treeaf2a1378dc4424606f31e83aff4c4a2f7fc27ec2
parent22ed154223d146c24e7335584a1f83357601dc3a
Explicit declaration of keys for AttributeFields and RelationshipFields is now unnecessary, as they will use the attribute name on the model class they were assigned to by default. This implements feature #20.
models/fields.py