-
Notifications
You must be signed in to change notification settings - Fork 765
SerializerMutation not resolving Enums from serializer with ChoiceField #1385
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
Comments
The same issue: |
i got the same issue |
Thanks for the detailed description of the bug and error! I'm assuming this bug was introduced in the upgrade from We'd definitely welcome a PR that fixes |
… explicit with the naming, remove comment since naming is more verbose
… explicit with the naming, remove comment since naming is more verbose
…um objects into input values for ChoiceFields
* Fix for issue #1385: Update mutation.py to serialize Enum objects into input values for ChoiceFields * Update graphene_django/rest_framework/mutation.py Co-authored-by: Steven DeMartini <1647130+sjdemartini@users.noreply.github.com> --------- Co-authored-by: Steven DeMartini <1647130+sjdemartini@users.noreply.github.com>
…ql-python#1431) * Fix for issue graphql-python#1385: Update mutation.py to serialize Enum objects into input values for ChoiceFields * Update graphene_django/rest_framework/mutation.py Co-authored-by: Steven DeMartini <1647130+sjdemartini@users.noreply.github.com> --------- Co-authored-by: Steven DeMartini <1647130+sjdemartini@users.noreply.github.com>
Why would this be the case?
I am using the latest branch.
where i have to:
DRF version 3.14
django 3.2
python 3.9.10
graphene-django==3.0.0
The text was updated successfully, but these errors were encountered: