-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert all tuples to choice classes #1948
Comments
I would like to work on this issue. |
Could you plz assign this issue to me . |
@itxsoumya I've already started working on this and partly done as well. Can you please find any other open issue to work on? It'll prevent duplication of efforts.Thanks |
@sainak can I take on this issue |
Hey @sainak If no one is working, can I try this issue ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently the choices are defined as list of tuples and in some places we have to reverse them as well which does not properly indicate what the value of the particular choice is, so instead we should use django textchoices and integerchoices
The text was updated successfully, but these errors were encountered: