From 3c90ee1ed045bbdf0ba9eb1654db153cf6523f7b Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Sun, 26 Feb 2012 15:38:31 -0600 Subject: [PATCH] default archive_current=False (issue 675), thanks simonm3 --- VERSION | 2 +- gluon/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 68323af7..0c58ecc8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-02-26 15:36:09) stable +Version 1.99.4 (2012-02-26 15:38:27) stable diff --git a/gluon/tools.py b/gluon/tools.py index 5c5cc9cd..b465e3e6 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -2835,7 +2835,7 @@ class Auth(object): def archive(form, archive_table=None, current_record='current_record', - archive_current=True, + archive_current=False, fields=None): """ If you have a table (db.mytable) that needs full revision history you can just do: