[web2py] Re: enable_record_versioning() - possible to update archive only after deletion?

2013-03-13 Thread Lamps902
Thanks, Niphlod! Will give it a go. -Lamps On Wednesday, March 13, 2013 6:12:41 PM UTC-5, Niphlod wrote: > > use callbacks it's not automatic as the archive functionality (that > basically sets "smarts" callbacks for you) but it's definitely > accomplishable. > > http://web2py.com/books/def

[web2py] Re: enable_record_versioning() - possible to update archive only after deletion?

2013-03-13 Thread Niphlod
use callbacks it's not automatic as the archive functionality (that basically sets "smarts" callbacks for you) but it's definitely accomplishable. http://web2py.com/books/default/chapter/29/06#before-and-after-callbacks On Wednesday, March 13, 2013 7:27:16 PM UTC+1, Lamps902 wrote: > > At p