Closed yogeek closed 6 years ago
@yogeek thanks for your issue report, I'm fixed this case. I think that after test cases implementations we could fixed many support bugs.
I can't even get that error:
from rest_framework.schemas import AutoSchema ModuleNotFoundError: No module named 'rest_framework.schemas'
I am using:
django-rest-elasticsearch==0.3.3 django-rest-framework-mongoengine==3.3.1 djangorestframework==3.3.3
Please upgrade to the version 0.3.4 (django-rest-elasticsearch==0.3.4)
Hello,
With the following environment :
I have now the following error when launching Django :
The documentation indicates "Django REST Framework 3.5 and above" but it seems that the commit 1097193374b534f302f6cc58322392fdd7563702 added the AutoSchema and this implies the version djangorestframework==3.7.1 minimum
Do you confirm that this package does not work anymore with djangorestframework < 3.7 ? If it is right, the
install_requires
would have to be updated insetup.py
Thank you