summaryrefslogtreecommitdiff
path: root/gstudio/models.py
diff options
context:
space:
mode:
authorshefali shetty <sshefali44@gmail.com>2012-06-05 11:28:20 +0530
committershefali shetty <sshefali44@gmail.com>2012-06-05 11:28:20 +0530
commit0b68a79e273b2bb876eaa38a1739e94d3db8c3d2 (patch)
treec411a5fb3c718c67b18e1de3cd3b9191f8239c5d /gstudio/models.py
parent8075ac70992db19a0d77b277f13af07f9f4f8b39 (diff)
parent887b87cc6d9031674216c655dd5c8f8e8a5acf5d (diff)
downloadgnowsys-0b68a79e273b2bb876eaa38a1739e94d3db8c3d2.tar.gz
Merge remote branch 'gn/master'
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 5712194..6dc7983 100644
--- a/gstudio/models.py
+++ b/gstudio/models.py
@@ -1884,7 +1884,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()