alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

Syntax error in trunk gluon/contrib/gql.py #108

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From mulone.m...@gmail.com on September 10, 2010 12:34:06

Changes to /gluon/contrib/gql.py Revision 0886038f13 128 fields=[args['polymodel']]+[field fof field in fields]

->

128 fields=[args['polymodel']]+[field for field in fields]

Original issue: http://code.google.com/p/web2py/issues/detail?id=109

alfonsodg commented 10 years ago

From massimod...@gmail.com on September 12, 2010 13:32:14

Status: Fixed