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.
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.