Open kingbuzzman opened 4 years ago
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.
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
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.