We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I updated Django project with this config: Django version 2.2 django-rest-framework version 3.9.4 django-rest-framework-json-api version 2.8.0
In the base.py file, JSON_API_FORMAT_FIELD_NAMES = "camelize" and the result is:
Formatted JSON Data
{ "data":{ "type":"...", "id":"...", "attributes":{ "title":"...", "slug":"...", "components":[ { "type":"...", "id":"...", "component_style":"..." } ] } } }
The component_style is not camelized... With django-rest-framework-json-api version 2.4.0** this worked.
The text was updated successfully, but these errors were encountered:
See #754 (comment)
Does this clarify your issue?
Sorry, something went wrong.
As there hasn't been any feedback on this issue so I assume this has been clarified. If not feel free to comment.
No branches or pull requests
I updated Django project with this config:
Django version 2.2
django-rest-framework version 3.9.4
django-rest-framework-json-api version 2.8.0
In the base.py file, JSON_API_FORMAT_FIELD_NAMES = "camelize" and the result is:
Formatted JSON Data
The component_style is not camelized...
With django-rest-framework-json-api version 2.4.0** this worked.
The text was updated successfully, but these errors were encountered: