django-enumfield icon indicating copy to clipboard operation
django-enumfield copied to clipboard

Any reason why IntegerField is the only type supported?

Open kingbuzzman opened this issue 4 years ago • 2 comments

We have a lot of string tuples, while I agree that it would take infinitely less space in the db (space is cheap now a days); we have dba's that deal with the db directly and the strings are a lot more descriptive. I'm curious why the option is not available. Thank you.

kingbuzzman avatar Jun 30 '20 14:06 kingbuzzman

Would a change like this be acceptable? https://github.com/5monkeys/django-enumfield/compare/master...kingbuzzman:master -- ps im not a fan of StrEnum, it's just Enum can't be used now.

kingbuzzman avatar Jun 30 '20 21:06 kingbuzzman

I would love to see this kind of feature too, string enums are a real gain of time when needed to dig into the database

michelTho avatar Feb 14 '24 00:02 michelTho