From ef31754ef364e72866d9771f7277568469425d01 Mon Sep 17 00:00:00 2001 From: jordan Date: Tue, 2 Aug 2011 16:55:10 +0000 Subject: [PATCH] we should save the node revision object git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1153 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/management/commands/maintaindb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1