vbabiy / djangorestframework-camel-case

Camel case JSON support for Django REST framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Conversion happening from Upper Case camel field to Upper case snake case

shubham1210 opened this issue · comments

rest api will receive -> CaseCODEPrefix

Expected :
want to convert in to snake case like this -> case_CODE_prefix

Happening :
it is converting like this : case_Code_prefix