[web2py] Re: I cannot get track_changes to work

2013-06-27 Thread jc
Thanks for your reply. I was on version 2.2.1, I have upgraded to trunk and it now works. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr.

[web2py] Re: I cannot get track_changes to work

2013-06-26 Thread Ian W. Scott
I just have this snippet as the first code (after imports) in my models/db.py: from gluon.custom_import import track_changes track_changes(True) I don't use the condition that is recommended: if request.is_local: I seem to remember having trouble when that condition was present. So I just re