When I return fields_list in dict to the view, this is what fields-list contains:
fields_list: <gluon.dal.Field object at 0x10f1b1450> <gluon.dal.Field object at 0x10ee8b050> <gluon.dal.Field object at 0x10ee8b1d0> <gluon.dal.Field object at 0x10f1260d0> <gluon.dal.Field object at 0x10ee83310> <gluon.dal.Field object at 0x10ee89ed0> <gluon.dal.Field object at 0x10ee89790> <gluon.dal.Field object at 0x10f126190> <gluon.dal.Field object at 0x10ee891d0> <gluon.dal.Field object at 0x10ee83150> Is there a way to see what's in the gluon.dal.Field objects? Kind regards, Annet. --