X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/9592f8df376c7dacacd49bb7587ee494ad339035..ace621afe8c9c2e835001bac819302cbdeb5e2df:/models/base.py diff --git a/models/base.py b/models/base.py index 5d09f37..05074c3 100644 --- a/models/base.py +++ b/models/base.py @@ -340,11 +340,5 @@ class TreeEntity(Entity, TreeModel): return QuerySetMapper(self.attribute_set, passthrough=self.parent.attributes) return super(TreeEntity, self).attributes - @property - def relationships(self): - if self.parent: - return QuerySetMapper(self.relationship_set, passthrough=self.parent.relationships) - return super(TreeEntity, self).relationships - class Meta: abstract = True \ No newline at end of file