I'm new to Web2py and trying to get a sense for its GAE support, beyond the basic "RDBMS-like" functions (which Web2py seems to support very well!)
Expando models and PolyModel: Is there any way to use either of these with the DAL currently? Are there plans to, if not? PolyModel especially seems like it wouldn't be too difficult to add, as it can be used identically to the default Model class (all of its magic is handled under the hood I think.) Thanks for the information, and the great work so far. I'm really impressed with how easy web2py is to develop with.