You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the automatically generated choices for Django fields correspond to the text labels passed in not the keys.
This is problematic because changing labels in the future would lead to all your enum values being updated. It's also contrary to what I would expect as a user.