On Saturday, March 14, 2015 at 4:11:29 AM UTC-4, Ian Holser wrote: > > You can go back. I don't know why web2py broke some backwards > compatibility. The changes to dal made me have to import from dal.objects > instead. I think there should be a placeholder for things like dal.Row. >
Note, backwards compatibility is only promised for the API, not all internal classes, methods, and implementation details. Anyway, gluon.dal does expose pydal.objects.Row as Row, so you can do from gluon.dal import Row, just as before. Anthony -- 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.

