From: jordan Date: Tue, 2 Aug 2011 16:55:10 +0000 (+0000) Subject: we should save the node revision object X-Git-Tag: live~164 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/ef31754ef364e72866d9771f7277568469425d01 we should save the node revision object git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1153 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/management/commands/maintaindb.py b/forum/management/commands/maintaindb.py index 26a12ff..c41d36b 100644 --- a/forum/management/commands/maintaindb.py +++ b/forum/management/commands/maintaindb.py @@ -30,7 +30,7 @@ def create_revision(node): tagnames = node.tagnames, title = node.title, ) - + rev.save() node.save() return node