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

Compat for enums not deriving from Django's choices. #34

Closed bckohan closed 1 year ago

bckohan commented 1 year ago

At the very least we should relax the typing restriction. But we should also support generating the choices list if it is not present.

There are a lot of python enumerations out there and we should support integrating them directly into EnumFields.