django-rest-framework-msgpack
django-rest-framework-msgpack copied to clipboard
Replace deprecated `django.utils.six` module with `six` library
I upgrade Django to version 3 and this library creates the following error:
ImportError: Could not import 'rest_framework_msgpack.parsers.MessagePackParser' for API setting 'DEFAULT_PARSER_CLASSES'. ModuleNotFoundError: No module named 'django.utils.six'.
Having investigated this issue, the problem is here: https://github.com/juanriaza/django-rest-framework-msgpack/blob/96f09b36174c7c541d041b18bb020abc8f145aa9/rest_framework_msgpack/parsers.py#L4
May you please change django.utils.six
module with six
library to fix this issue?
Thank you!
+1
+1
+1
+1
+1
+1