-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade to Django 4.2 #25
Conversation
Only one test failure appeared, as it was code making use of internal Django API Of course, there's a high chance more things broke but aren't covered yet
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #25 +/- ##
==========================================
+ Coverage 54.80% 54.95% +0.15%
==========================================
Files 79 79
Lines 3642 3632 -10
Branches 538 590 +52
==========================================
Hits 1996 1996
+ Misses 1543 1533 -10
Partials 103 103 ☔ View full report in Codecov by Sentry. |
7d57e49
to
bfcd1df
Compare
Next steps would be:
|
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.
ON + django4.2 - checked, works without errors
OZ + django3.2 - checked, there are some errors with validator
OZ + django4.2 - not checked, because it requires quite some work to update OZ itself and drc-cmis, before it can be tested. But I don't think it should block this PR.
So after minor remarks are addressed, it's good to go
cd6e0cd
to
dd48cc3
Compare
No description provided.