default archive_current=False (issue 675), thanks simonm3

This commit is contained in:
Massimo Di Pierro
2012-02-26 15:38:31 -06:00
parent 52aec74bb5
commit 3c90ee1ed0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.4 (2012-02-26 15:36:09) stable
Version 1.99.4 (2012-02-26 15:38:27) stable
+1 -1
View File
@@ -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: