On Wednesday, July 4, 2012 2:23:16 PM UTC-4, Massimo Di Pierro wrote: > > web2py has change since one year ago. Now you simply do: > > db.define_table('mytable',....fields...,auth.signature) > ... define more table ... > auth.enable_record_versioning(db) > > and mytable will have a mytable_archive that works as Nick suggested. >
Indeed, it works beautifully, and is much simpler (and much more general) than my monkeypatching solution. Thanks, Massimo!