Skip to content
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

Django 3.1.3 support #244

Open
a-olszewski opened this issue Nov 3, 2020 · 2 comments
Open

Django 3.1.3 support #244

a-olszewski opened this issue Nov 3, 2020 · 2 comments

Comments

@a-olszewski
Copy link

ImportError: cannot import name 'FieldDoesNotExist' from 'django.db.models.fields'

From release notes:
The compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed.

@xtlc
Copy link

xtlc commented Nov 4, 2020

ImportError: cannot import name 'FieldDoesNotExist' from 'django.db.models.fields' (..\venv\lib\site-packages\django\db\models\fields\__init__.py)

I also tried with a django-3.1.2 installation.

@heidi-jakub
Copy link

Hi, I've prepared a fix for this error in #246.

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

3 participants