-
Notifications
You must be signed in to change notification settings - Fork 47
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
Will there be a Django 3.0 support? #53
Comments
Fixed most errors,
./manage.py migrate is successful, I can create a review, it's is just this last error when creating rating_category - >
|
@Kenan7 Do you have a fork or a PR for what you have already done? |
KristianOellegaard/django-hvad#365 (comment) I think the underlying problem is that |
I modified most part (on_delete argument) and so on but could not get my head around django.utils.functional.curry. I could not even find anything about it on google. I actually can write the 3.0 patch myself and make PR if someone provides me information about curry.
The text was updated successfully, but these errors were encountered: