I am now seeing this issue again on 2.1.1. I'm getting True from is_tracking_changes() but a change in one of my modules isn't showing in the browser.
On Tuesday, October 16, 2012 4:15:42 AM UTC+8, David Marko wrote: > > I have a module in my app that i was working on extensively today. I > realised that web2py doesnt reload it correctly when change tracking > enabled. I did some changes to module, after some 4 or 5 save/reload cycles > wbe2py stopped reloading the module so old code runned. I could see old > messages printed on console. After web2py restarted things went fine but > after some time the same behaviour reappeared ... Module reloading stopped > or i had to resave module 3-4 times to reflect in browser. Entire behaviour > is rather weird as one is not sure with version of my code is actualy > running ... > > David > --