found an error that the same code didn't throw an error in previous version 
2.15.1

Traceback (most recent call last):
  File "/Users/MacBookPro/site/web2py/gluon/restricted.py", line 219, in 
restricted
    exec(ccode, environment)
  File 
"/Users/MacBookPro/site/web2py/applications/test/models/db_schema_0_auth.py", 
line 7, in <module>
    custom_auth_table = db[auth.settings.table_user_name]
  File "/Users/MacBookPro/site/web2py/gluon/packages/dal/pydal/base.py", 
line 663, in __getitem__
    return self.__getattr__(str(key))
  File "/Users/MacBookPro/site/web2py/gluon/packages/dal/pydal/base.py", 
line 669, in __getattr__
    return self.lazy_define_table(tablename, *fields, **args)
  File "/Users/MacBookPro/site/web2py/gluon/packages/dal/pydal/base.py", 
line 596, in lazy_define_table
    fields = list(fields) + [f.clone() for f in common_fields]
AttributeError: 'Table' object has no attribute 'clone'

thanks and best regards,
stifan


-- 
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.

Reply via email to