-
Notifications
You must be signed in to change notification settings - Fork 769
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
Fields' names are snake_case in SerializerMutation errors #556
Comments
Where do serializes come from? |
From django-rest-framework, I updated the issue as well. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@BossGrand just a friendly ping to not to let the bot close this issue :-) |
@kamilkijak will this PR fix your issue: #514 ? |
This issue should be fixed in v2.4.0 by setting the |
When serializer is not valid,
SerializerMutation
returns errors where fields' names aresnake_case
(default DRF behaviour). I believe that it's easier for the client to usepascalCase
which is used for the input of mutation.Simplified example:
The text was updated successfully, but these errors were encountered: