summaryrefslogtreecommitdiff
path: root/gstudio/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/models.py')
-rw-r--r--gstudio/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gstudio/models.py b/gstudio/models.py
index f6c5efe..87ff155 100644
--- a/gstudio/models.py
+++ b/gstudio/models.py
@@ -1618,7 +1618,6 @@ class Relationtype(Nodetype):
nbh['plural'] = self.plural
nbh['contains_subtypes'] = Nodetype.objects.filter(parent=self.id)
- # get all the objects inheriting this OT
nbh['contains_members'] = self.member_objects.all()
nbh['prior_nodes'] = self.prior_nodes.all()
nbh['posterior_nodes'] = self.posterior_nodes.all()