adding check_references=['user'] to the DAL() call does not solve the
problem but raises a new ticket:
<type 'exceptions.KeyError'> 'user'VERSIONweb2py™(1, 99, 4,
datetime.datetime(2011, 12, 14, 14, 46, 14), 'stable')PythonPython 2.6.5:
/home/dotcloud/rsync-1324798764157/TRACEBACK
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
Traceback (most recent call last):
File "/home/dotcloud/current/gluon/restricted.py", line 204, in restricted
exec ccode in environment
File "/home/dotcloud/rsync-1324798764157/applications/myapp/models/db.py"
<http://fansubcheck-sp00ky.dotcloud.com/admin/default/edit/fansubcheck/models/db.py>,
line 56, in <module>
auth = Auth(db, hmac_key=Auth.get_or_create_key())
File "/home/dotcloud/current/gluon/tools.py", line 1107, in __init__
writable=False,readable=False))
File "/home/dotcloud/current/gluon/dal.py", line 5379, in __init__
db.check_reserved_keyword(field.name)
File "/home/dotcloud/current/gluon/dal.py", line 4794, in
check_reserved_keyword
if name.upper() in self.RSK[backend]:
KeyError: 'user'