summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha shah <shan.akshata@gmail.com>2012-05-30 16:12:51 +0530
committerNeha shah <shan.akshata@gmail.com>2012-05-30 16:12:51 +0530
commit134aec7a50df2f8d7ee6b1c23ef41678e8069718 (patch)
treecdccffae05532449a25f9b8fef5fcd2aaf821149
parentb2d7c0e6940e39b6eb1d8f01530a171d346cb2c6 (diff)
downloadgnowsys-134aec7a50df2f8d7ee6b1c23ef41678e8069718.tar.gz
VERSIONING disabled, and minor changes
-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