can you show the code? I am using
db.table.field.compute = lambda row: row.otherfield On Wed, Aug 29, 2012 at 4:09 PM, Daniel Gonzalez <[email protected]> wrote: > Hi, > > I have recently updated trunk. > > I am using a compute function when creating new entries. In the compute > function I access the field row.email. Previously this was giving me the > *value* of the field, now I just get a reference to "gluon.dal.Field". > > Is this expected? How can I access the value of the field? > > Thanks, > Daniel > > -- > > > > --

