-
Notifications
You must be signed in to change notification settings - Fork 95
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
Does not support Django5 - This blocks upgrades #120
Comments
@duaneking are you still running into issues with django 5? |
Yes, should be fine. It might be another library that is using this one here. e.g. |
For me, the downgrade was caused by celery/django-celery-beat#698 |
It looks like somebody on your side did a silent update; the package seems to work now. Before, attempts to do so got an error saying the package did not support django5. If you get this error, I suggest you update this package first, then update Django to 5 as pip might complain otherwise. |
I think this can be closed.(.venv) ➜ dj5-hack
@tuky
|
This lack of support for Django 5 is blocking upgrades.
The text was updated successfully, but these errors were encountered: