web2py representation 'format' in grandchild
问题 The q&a here (and the doc) describe the use of the format= argument to the define_table function. I have a problem getting that to work in a slightly more complicated case. I'm using web2py version (1, 99, 7, datetime.datetime(2012, 3, 4, 22, 12, 8), 'stable') , and Python 2.5.4 . (I'm using MySQL, but I assume that's irrelevant.) I have the following: 'Independent' (not a child) tables Institution and Person . Table Team is a child of Institution . Table Team_staff connects Person and Team