vbabiy / djangorestframework-camel-case

Camel case JSON support for Django REST framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No conversion when parsing request

radokristof opened this issue · comments

CamelCase stopped working for me for parsing requests.
It was in use in a still in development project and in the past, when I configured, it worked correctly.

Right now, response is correct, but the Request made with camelCase variables won't work.

I have tried disabling most of my installed apps (most are 3rd party libs) and removing almost all middlewares, but none of them helped.
I don't know how could I debug this further.

Any ideas?

Thanks!

My bad, previously I have overriden the parser classes at ViewSet level.