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

When coerce is false, to_python does not convert to the Enum's primitive type #39

Closed bckohan closed 1 month ago

bckohan commented 1 year ago

This is a bug on EnumField. When coercion is disabled to_python should still attempt to convert the given value to the field's primitive type.