default archive_current=False (issue 675), thanks simonm3
This commit is contained in:
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user