I wonder if somebody could help me.
Here is my Field:
Field( 'updated_by', db.auth_user,
writable = False )
CRUD rendered it in form "None" but the record has a value 1 and I
have user in auth_user.id=1
If I modify the Field to:
Field( 'updated_
I wonder if somebody could help me.
Here is my Field:
Field( 'updated_by', db.auth_user,
writable = False )
CRUD rendered it in form "None" but the record has a value 1 and I
have user in auth_user.id=1
If I modify the Field to:
Field( 'updated_
2 matches
Mail list logo