-
-
Notifications
You must be signed in to change notification settings - Fork 900
Extend usage of name converter #78
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
Also in |
What is this about ? Is it still relevant ? |
It has been partially fixed by @meyerbaptiste in #770 but I think there are still some places to cover like property paths and filters. |
The issue still persist in v2.0.3 I use config:
An example of returned 400 response:
Neither |
This has been fixed by @meyerbaptiste |
Actualy name converter is used in (de)normalization of the object.
But it should also be used in several locations:
http://localhost:8000/api/offers?price=10
price should be denormalized/offers?order[name]=desc&order[id]=asc
.The text was updated successfully, but these errors were encountered: