5monkeys / django-enumfield

Custom Django field for using enumerations of named constants
MIT License
204 stars 46 forks source link

Add default __str__ for Enum #54

Closed Swamii closed 4 years ago

Swamii commented 4 years ago

Changes the human readable string for the value in form fields. A readable label should be preferred over EnumName.THING

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.01%) to 98.387% when pulling 24ab5c563169812cf76acce8af8cf759ad29ead2 on Swamii:feature/enum-str into ec9a377f72b82cbd6d55709ab2060a6bafb99105 on 5monkeys:master.