Can anyone verify whether controller specific models are working for them using 1.96.4?
I had an email.py controller, with email/settings.py model. Confirmed with a print that the settings.py model is no longer being loaded when I invoke a method inside email.py. This was working fine with my previous version of web2py (1.95.x, I don't recall which exactly). After upgrading to 1.96.4, the model isn't being loaded. If someone else can verify their controller specific models are working with 1.96.4, I can continue hunting for a different cause. Or, if someone can point me to release notes that talk about how controller specific models have changed since 1.95.x, that would be great, too. Jay On Jun 7, 4:16 pm, Massimo Di Pierro <[email protected]> wrote: > Many big fixes compared with 1.96.3. In particular: > > - explicitly closing all open files (should make it work in Pypy), > thanks Caleb > - even better security in uuid (thanks Jonathan and David) > - template decoupled from web2py, thanks Ryan > - fixed a typo on Oracle nested selects > - better support for "id" fields not called "id" > - auto import should work on windows (now on windows ignore will > ignore case by default)

