Can I get the value of an object field some other way than obj.field? Does something like obj.get(\'field\') exist? Same thing for setting the valu
obj.field
obj.get(\'field\')
If somebody stumbles upon this little question, the answer is right here: How to introspect django model fields?