Skip to content

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

Closed
mapeveri opened this issue Jan 6, 2018 · 4 comments
Closed

Django 2.0 #397

mapeveri opened this issue Jan 6, 2018 · 4 comments

Comments

@mapeveri
Copy link

mapeveri commented Jan 6, 2018

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!

@mblayman
Copy link
Collaborator

mblayman commented Jan 7, 2018

Yes, the current version of DJA does not support Django 2.0 because it does not support DRF 3.7. The Pull Request (#394) that adds support is currently blocked while we wait for one of the dependencies to support Django 2.0.

Since this is a duplicate of #388, I'm going to close this one. Thanks!

@mblayman mblayman closed this as completed Jan 7, 2018
@mapeveri
Copy link
Author

mapeveri commented Jan 7, 2018

@mblayman That is, it depends on django-polymorphic?. Only then can the new version be released?.

Thanks!

@mblayman
Copy link
Collaborator

mblayman commented Jan 7, 2018

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.

@mapeveri
Copy link
Author

mapeveri commented Jan 7, 2018

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants