This

> db.tablename.exposes=['field1','field2']
> only fields in [ ] will be shown

is the old T2 only notation. It still works with T2 and T3 but this is
the new way (since 1.56)

db.tablename.field1.writable=True
db.tablename.field2.writable=True
db.tablename.field3.writable=False


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to