summaryrefslogtreecommitdiff
path: root/gstudio/admin/objecttype.py
diff options
context:
space:
mode:
authorArun yadav <arunkumar5587@gmail.com>2012-05-30 19:01:12 +0530
committerArun yadav <arunkumar5587@gmail.com>2012-05-30 19:01:12 +0530
commitadb0662690f845be8524d68cf2aa9f57c10fac13 (patch)
treea051ac7dd45cdbdb4eeecf5f50d1819cdc119366 /gstudio/admin/objecttype.py
parent244509e3eb4058a3aff505e3836d43d64b08fe7d (diff)
downloadgnowsys-adb0662690f845be8524d68cf2aa9f57c10fac13.tar.gz
Full version control for OTs,Objects,ATs,RTs done.Merge and revert also done.Extra history field added in nbhood
Diffstat (limited to 'gstudio/admin/objecttype.py')
-rw-r--r--gstudio/admin/objecttype.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gstudio/admin/objecttype.py b/gstudio/admin/objecttype.py
index 5072fe9..45e07c0 100644
--- a/gstudio/admin/objecttype.py
+++ b/gstudio/admin/objecttype.py
@@ -177,7 +177,6 @@ class ObjecttypeAdmin(parent_class):
if not form.cleaned_data.get('authors'):
form.cleaned_data['authors'].append(request.user)
-
nodetype.save()
# nodetype.nbhood = nodetype.get_nbh
# nodetype.last_update = datetime.now()