X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/ae96bc747fb5bee82a2d5ebcab9a92b8a01408f2..160b51ec288220f2e784b680c7854178d0818f87:/forum/management/commands/maintaindb.py 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