Skip to content
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

Underscoreize GET params #91

Open
krzysieqq opened this issue Apr 7, 2021 · 3 comments
Open

Underscoreize GET params #91

krzysieqq opened this issue Apr 7, 2021 · 3 comments

Comments

@krzysieqq
Copy link

Is there any option to underscoreize GET params with this package? If not what is the best option to do that, add custom middleware?

@jturmel
Copy link

jturmel commented Jun 8, 2021

This would be nice, we use serializers to validate GET params (which are camelCase) and the serializer fields have to be matching camelCase for them to work, it'd be nice if they got transformed as well.

@yspreen
Copy link

yspreen commented Jun 24, 2021

I also just ran across request.GET being the only missing place for camelcase parsing

@AlexElizard
Copy link

AlexElizard commented Sep 5, 2021

Solution #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants