umutbozkurt / django-rest-framework-mongoengine

Mongoengine support for Django Rest Framework
MIT License
616 stars 167 forks source link

Doesn't work with djangorestframework=^3.10.2 #271

Closed Zuiluj closed 4 years ago

Zuiluj commented 5 years ago

https://github.com/umutbozkurt/django-rest-framework-mongoengine/blob/2fe6de53907b31a5e8b742e4c6b728942b5fa4f0/rest_framework_mongoengine/serializers.py#L10

'unicode_to_repr' function already removed, causes ImportError trying to import something that does not exist in rest_framework's 'rest_framework.compat'

Kind regards,

uoxiu commented 4 years ago

Fixed and available in v3.4.0