On Saturday, December 24, 2016 at 2:05:53 PM UTC+1, Rodrigo attique santana wrote: > > .. an app created in 2.14 does not run in 2.11. It returns me invalid > request. ... >
That's only to be expected. One can create an app in 2.11.x and it should run under later versions of web2py (as it's guaranteed to be backward compatible), such as 2.14.x, but there's no guarantee for the other way around. Apps created under later versions of web2py might or might not run under older versions, depending on the changes that happened in the mean time... -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

