Re: [web2py] Re: track_changes is Broken? I keep having to restart web2py

2014-02-13 Thread Brando
2.8.2 stable, OSX, web2py.app On Wednesday, February 12, 2014 6:11:55 PM UTC-8, Richard wrote: Brando, which version of web2py you experiment this issue? Richard On Wed, Feb 12, 2014 at 9:06 PM, Brando bhe...@trustcc.com javascript:wrote: I consolidated all of my different modules

Re: [web2py] Re: track_changes is Broken? I keep having to restart web2py

2014-02-13 Thread Jim S
I've noticed the same thing for quite some time... I'm on 2.8.2 stable as well. These are the the first 2 lines of my db.py from gluon.custom_import import track_changes track_changes(True) -Jim On Thursday, February 13, 2014 11:09:25 AM UTC-6, Brando wrote: 2.8.2 stable, OSX, web2py.app

Re: [web2py] Re: track_changes is Broken? I keep having to restart web2py

2014-02-13 Thread Richard Vézina
Is there an issue open about that? Do this issue still in trunk? Could you patch 2.8.2 with the change made to trunk to solve this? I am still under 2.4.7 and I have this issue, though I didn't test if consolidating modules files does the tricks. Richard On Thu, Feb 13, 2014 at 3:10 PM, Jim S

[web2py] Re: track_changes is Broken? I keep having to restart web2py

2014-02-12 Thread Brando
I consolidated all of my different modules to 1 module file and it is now working. On Wednesday, February 12, 2014 4:08:04 PM UTC-8, Brando wrote: I've put the following in my model: from gluon.custom_import import track_changes track_changes(True) and all modules i am working

Re: [web2py] Re: track_changes is Broken? I keep having to restart web2py

2014-02-12 Thread Richard Vézina
Brando, which version of web2py you experiment this issue? Richard On Wed, Feb 12, 2014 at 9:06 PM, Brando bhe...@trustcc.com wrote: I consolidated all of my different modules to 1 module file and it is now working. On Wednesday, February 12, 2014 4:08:04 PM UTC-8, Brando wrote: