bckohan / django-enum

Full and natural support for enumerations as Django model fields.
https://django-enum.rtfd.io
MIT License
40 stars 1 forks source link

Document that with version 1.4 of enum-properties label is no longer overridable for Choices #37

Closed bckohan closed 1 year ago

bckohan commented 1 year ago

Version 1.4.0 of enum-properties changed to a direct attribute setting of enum properties instead of a map lookup. This means it is no longer possible to override the label property for Choices fields. Needs to be documented.