-
Notifications
You must be signed in to change notification settings - Fork 93
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 2.0 Support #52
Comments
I'm currently working on 2.0 support (PR #55), but I can't tell how far I am. I keep running into new things that doesn't work. Also, I'm not sure we'll be able to get my PR merged in and pushed to PyPI. But I'm focusing on fixing the code first :) |
I, too, am having problems with 2.0 on a large application we are trying to modernize. I get "missing 1 required positional argument: 'on_delete'" on startup.
|
I'm also looking for Django 2.0 support. This #55 seems to take care of the issues. Definitely would appreciate if this were merged and updated on pypi. |
Hi |
come on guys, i need this |
@decibyte @vvangelovski Which issues are still open and prevent a release with Django 2.0 support? |
Any news over here? |
Hey there! Still getting the error: |
HI there! |
For anyone running into this problem: I'd suggest installing from GitHub instead of PyPI, untill @vvangelovski finds the time to push a new version to PyPI. |
@decibyte any update on this issue? Any update on when it will be pushed to PyPI. |
For people who need urgent django compatibility, I shamelessly advise to use https://github.com/pakal/django-compat-patcher until all dependencies are updated to Django2 |
ForeignKeys require an on_delete argument. Therefore, CreatingUserField doesn't work. Please update for Django 2.0 support.
The text was updated successfully, but these errors were encountered: