views:

32

answers:

1

I want to do something like

for field in field_list:
  my_table.field = new_value

Couldn't find any documentation on how to do the above with a variable.