-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update to Django 5.0 #1035
Update to Django 5.0 #1035
Conversation
db5ae92
to
45854f4
Compare
@vergama Here is the situation for updating to the latest major version of Django. Some small things were removed/changed, and one package we use doesn't yet support it (needed to use a lower version). Should we update, or wait until this is fixed? |
Need to get the pending features to production anyway, so can at least wait a little while. Looks like a new version of django-celery-beat just might be coming in the near future. But let's say, if it doesn't happen in the next few weeks then we'll go forward without it by the downgrade route. |
b8352d7
to
2b18c73
Compare
2b18c73
to
719c6a0
Compare
I suppose this ticket should be reconsidered now that the major changes to prod are done. |
There seems to be something happening on django-celery-beat too |
Django-celery-beat v2.6.0 was released… |
2d16f9d
to
31ba59c
Compare
django-helusers still requires this
Dependabot handles updates anyway, and this way it's more clear which dependencies should be installed.
9b5a3bd
to
58c74bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can drop django-prometheus
from the dependencies, as all things that previously used it have now been removed
Dependabot handles updates anyway, and this way it's more clear which dependencies should be installed.
Quality Gate passedIssues Measures |
🛠️ Changelog
django-helusers
still requires it.🧪 Test plan
🎫 Tickets