>
> Morover changing it (even
> if it were possible) would be a change in backward compatibility.
>

Speaking of backwards compatibility, sometimes I see some users are tending
more to have new features and design changes than maintaining backward
compatibility

I think backwards compatibility is one of the most important things in
web2py, and this gives us security, that matters at all.

But perhaps one day will be necessary to have the option of working in
different ways to take advantage of the rapidly evolving concepts of web
development.

It would be a bad idea to have a way to configure the compatibility mode?

At some per application startup script or config:  (could be in
models/0.py?)

BACKWARDS_COMPATIBILITY = True | False

Depending on this configuration could use the web2py new
implementations/changes or keeping compatibility

I know this may be more complicated than I imagine, but can be a way out in
the future as well as Python did in reverse way with "from __future__ import
*"

just wondering....

Reply via email to