summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gstudio/models.py1
-rw-r--r--gstudio/settings.py2
-rw-r--r--objectapp/settings.py2
3 files changed, 2 insertions, 3 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()
diff --git a/gstudio/settings.py b/gstudio/settings.py
index 7560667..a0c40c9 100644
--- a/gstudio/settings.py
+++ b/gstudio/settings.py
@@ -153,4 +153,4 @@ USE_TWITTER = getattr(settings, 'GSTUDIO_USE_TWITTER',
bool(TWITTER_ACCESS_KEY and TWITTER_ACCESS_SECRET and \
TWITTER_CONSUMER_KEY and TWITTER_CONSUMER_SECRET))
-GSTUDIO_VERSIONING = False
+GSTUDIO_VERSIONING = True
diff --git a/objectapp/settings.py b/objectapp/settings.py
index ba6004d..bb357e6 100644
--- a/objectapp/settings.py
+++ b/objectapp/settings.py
@@ -134,4 +134,4 @@ USE_TWITTER = getattr(settings, 'OBJECTAPP_USE_TWITTER',
bool(TWITTER_ACCESS_KEY and TWITTER_ACCESS_SECRET and \
TWITTER_CONSUMER_KEY and TWITTER_CONSUMER_SECRET))
-OBJECTAPP_VERSIONING = False
+OBJECTAPP_VERSIONING = True