-
Notifications
You must be signed in to change notification settings - Fork 301
Django 2.0 #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@mblayman That is, it depends on django-polymorphic?. Only then can the new version be released?. Thanks! |
You're correct. django-polymorphic is the dependency that needs to work for Django 2.0. A large part of the test suite is affected by that package. I will put out a release quickly once there are no more blockers. Thanks for your patience. |
Ok thanks!. Anything that can help with pleasure :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, in django 2.0 i have this error:
ImportError: Could not import 'rest_framework_json_api.parsers.JSONParser' for API setting 'DEFAULT_PARSER_CLASSES'. ImportError: No module named 'django.core.urlresolvers'.
With the version: djangorestframework-jsonapi==2.3.1
I see that the code already solves the problem of URL summaries. Can not release a version to work comfortably with the library?
Thanks!
The text was updated successfully, but these errors were encountered: