]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/management/commands/maintaindb.py
we should save the node revision object
[osqa.git] / forum / management / commands / maintaindb.py
index 26a12ff15d0a240387010b9fbac29017f876055f..c41d36bb29bb68c9e5283fe2d3379b024b91d96b 100644 (file)
@@ -30,7 +30,7 @@ def create_revision(node):
             tagnames = node.tagnames,
             title = node.title,
             )
-
+    rev.save()
     node.save()
 
     return node