Anyone using Instantpress with web2py V2.x ? I get this error when I click on Users icon on the panel:
File "applications/instantpress/modules/plugins/users.py", line 135, in
<lambda>
db.auth_user.username.represent = lambda value, row: status(value, row)
File "applications/instantpress/modules/plugins/users.py", line 121, in status
if row.registration_key == 'pending':
AttributeError: 'Row' object has no attribute 'registration_key'
--

