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

Add database constraints on enum fields by default. #45

Closed bckohan closed 1 month ago

bckohan commented 1 year ago

You should be able to toggle constraints on/off using a kwarg to EnumField