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
I am using the https://github.com/vbabiy/djangorestframework-camel-case in order to format the response to camel case. The problem is when there is any Error is raised, the fields are rendered as snake case. Here are the example:
When resource is successfully created I get this response:
I am using the https://github.com/vbabiy/djangorestframework-camel-case in order to format the response to camel case. The problem is when there is any Error is raised, the fields are rendered as snake case. Here are the example:
When resource is successfully created I get this response:
But when an error is raised, I am getting attr rendered in snake case due to which api developers are getting too much confused :
The text was updated successfully, but these errors were encountered: