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

Not compatible with Django 3.1 #115

Closed
KrYpTeD974 opened this issue Aug 6, 2020 · 1 comment
Closed

Not compatible with Django 3.1 #115

KrYpTeD974 opened this issue Aug 6, 2020 · 1 comment

Comments

@KrYpTeD974
Copy link

The file mixins.py imports FieldDoesNotExist which has been moved to another package.
from django.core.exceptions.

from django.core.exceptions import FieldDoesNotExist should be used instead of
from django.db.models import ProtectedError, FieldDoesNotExist

@ruscoder
Copy link
Member

ruscoder commented Aug 9, 2020

Fixed by #114. The fix is available in 0.6.1 in PyPI

@ruscoder ruscoder closed this as completed Aug 9, 2020
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