proteanhq/protean

Add a description attribute to fields

subhashb opened this issue · 0 comments

Allow for specifying a long description for a field, akin to verbose_name in Django. This attribute will serve as a human-readable name for the field and a longer description of the field's intent.

If the verbose name isn't given, Protean should automatically create it using the field's attribute name, converting underscores to spaces and capitalizing the first letter.