Initial implementation of AttributeField and RelationshipField.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Sat, 31 Jul 2010 03:16:52 +0000 (23:16 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Sat, 31 Jul 2010 03:16:52 +0000 (23:16 -0400)
commit2f2aed7e371d11b021432124de8f9bdd436b0832
tree529b1df7a94d52540082597975b980f58787aaaf
parent11f1c387f944adf710f7fa4614004f0ef9fda29b
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.
models/__init__.py
models/fields.py [new file with mode: 0644]