From: Joseph Spiros Date: Sat, 31 Jul 2010 03:16:52 +0000 (-0400) Subject: Initial implementation of AttributeField and RelationshipField. X-Git-Tag: philo-0.9~45^2~2 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/2f2aed7e371d11b021432124de8f9bdd436b0832?ds=inline;hp=2f2aed7e371d11b021432124de8f9bdd436b0832 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. ---