umutbozkurt/django-rest-framework-mongoengine

Compatible with Django 3.0

LKI opened this issue · 3 comments

LKI commented

Django 3.0 remove vendored library django.utils.six, ref: django 3.0 changelog

But we use it in rest_framework_mongoengine/serializers.py

So there will be an error:

ModuleNotFoundError: No module named 'django.utils.six'
uoxiu commented

@LKI Thanks for reporting, in the next few days we will fix this

LKI commented

Thanks!