14👍
✅
Probably like this:
MyModel._meta.get_field('foo').verbose_name
See How can I programmatically obtain the max_length of a Django model field? for a very similar question.
Source:stackexchange.com