-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bump global constraint of Django in edx-lint #552
Comments
This was referenced Feb 28, 2024
Created PRs for the pending repos to add local django constraint so they don't get affected when upgrading the global django constraint. |
Global Django constraint has been updated in the PR openedx/edx-lint#403. |
Since Django 4.2 is complete, this work is done. Just needs the paperwork to be tidied up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a global constraint on Django to keep the version in every repo at 3.2. But as we have upgraded Django to version 4.2 in almost all of the IDAs including the edx-platform we now need to bump that constraint to
Django<5.0
.Also, add local constraints into the following IDAs if not already there, since they aren't yet upgraded.
Repos not yet upgraded
The text was updated successfully, but these errors were encountered: