How about
>>> loc.get_state_description()
or
>> loc.get_state_descr()
In the apps I write, my "two column" lookup tables use the column names
of "code" and "description"... I don't see why it couldn't apply in
this case, too.
-Jason
> This would be a great addition, but I feel like the function name
> ("get_state_display") could be improved. What could we use instead of
> "display"?
Perhaps get_fieldname_alt() would be nice?