-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat!: Upgrading to django4.2 #266
Conversation
Codecov Report
@@ Coverage Diff @@
## master #266 +/- ##
==========================================
- Coverage 84.68% 84.67% -0.02%
==========================================
Files 61 61
Lines 1208 1207 -1
Branches 130 130
==========================================
- Hits 1023 1022 -1
Misses 160 160
Partials 25 25
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -57,7 +57,7 @@ defusedxml==0.7.1 | |||
# python3-openid | |||
# social-auth-core | |||
# willow | |||
django==3.2.21 | |||
django==4.2.5 |
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.
Version bumped to 4.2
We still have MySQL 5.7 on production, so we can't merge this now |
requirements/doc.txt
Outdated
@@ -1,5 +1,5 @@ | |||
# | |||
# This file is autogenerated by pip-compile with Python 3.8 | |||
# This file is autogenerated by pip-compile with Python 3.9 |
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 should run make upgrade
using python 3.8
virtualenv since we haven't updated to Python 3.9
yet.
…2a02664 Python Requirements Update
@@ -118,8 +118,6 @@ | |||
root('conf', 'locale'), | |||
) | |||
|
|||
DEFAULT_HASHING_ALGORITHM = "sha1" |
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.
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.
Just two changes, otherwise 👍
Upgrading to django42 and dropped django32 support.
mysql8
. Itsdjango42
main requirment.Owning team or SRE can confirm mysql8.
Testing instruction