> > 1.96.1 - "from gluon import *" imports in every python module a > web2py environment... > Is this expected to have any significant performance degredation?
I dont think so, > 1.96.1 - No more need for local_import > local_import has the reload=True feature. How does this work now? from gluon.custom_import import track_changes track_changes() 2011/6/23 Jonas Rundberg <[email protected]> > Hi > > Thanks all for the nice features in 1.96. > Where can I find more information about these changes? > > 1.96.1 - "from gluon import *" imports in every python module a > web2py environment... > Is this expected to have any significant performance degredation? > > 1.96.1 - No more need for local_import > local_import has the reload=True feature. How does this work now? > 1.96.4 - better support for "id" fields not called "id" > Are we now able to define any existing integer fields as id? How would > I use this? > > br > / jonas -- http://martin.tecnodoc.com.ar

