-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade to Django 3.2 #1811
Upgrade to Django 3.2 #1811
Conversation
Codecov ReportBase: 46.50% // Head: 46.47% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1811 +/- ##
==========================================
- Coverage 46.50% 46.47% -0.03%
==========================================
Files 236 236
Lines 13104 13106 +2
==========================================
- Hits 6094 6091 -3
- Misses 7010 7015 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
FWIW, the changes look sane, and clicking around on my test site didn't yield anything scary. I did ~10 minutes of clicking, submitted, event server still works, admin actions seem to work, Celery still works, I ran a batch-rejudge and rescore, tried saving models, didn't see anything strange on Problems or Contests. |
3803172
to
3327c12
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.
LGTM, let's go
These are the changes required to get the test site to start. We should probably do a far more thorough testing with a database dump import before we deploy this on prod.