I am having conditional model sorting problems. The issue is discussed here 
https://groups.google.com/forum/#!topic/web2py-developers/uE4-EwSo4_Q 

It appears a fix was put into place but only affected compiled apps. My app 
is not compiled.

I have the following models. 
models/0.py 
models/db.py 
models/clients/edit/db.py 

In v2.6.4 they loaded in the order above.
In v2.7.4 they load in this order: 
models/0.py 
models/clients/edit/db.py 
models/db.py 

The conditional model models/clients/edit/db.py depends on models/db.py for 
defining global variables. In v2.7.4 the app is crashing. 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to