vbabiy / djangorestframework-camel-case

Camel case JSON support for Django REST framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRF 3.10 compatibility

kylebamos opened this issue · comments

DRF 3.10 dropped support for Python 2. As such, it is no longer to import six from restframework.compat

This was already fixed, are you using the latest djangorestframework-camel-case version?