-
-
Notifications
You must be signed in to change notification settings - Fork 775
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 djangorestframework to 3.9.1 #4488
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4488 +/- ##
=======================================
Coverage 30.08% 30.08%
=======================================
Files 209 209
Lines 16850 16850
Branches 2267 2267
=======================================
Hits 5070 5070
Misses 11582 11582
Partials 198 198 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4488 +/- ##
=======================================
Coverage 30.41% 30.41%
=======================================
Files 216 216
Lines 17223 17223
Branches 2332 2332
=======================================
Hits 5239 5239
Misses 11776 11776
Partials 208 208 Continue to review full report at Codecov.
|
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.
How was this tested, and what version are we currently using in production? I see there are some backwards incompatibility notes in the DRF changelog
I have the same concerns as @danlipert. I was looking to upgrade this for some time, but the changelog had a lot of changes. Especially since right now we are using |
Ah this should have been a WIP PR ! |
Description
Github reported on our repo stating current version of djangorestframework has vulnerabilities and deems an update to 3.9.1
release notes are captured here :
https://www.django-rest-framework.org/community/release-notes/#391
Installing
Flows Tested
Note: grant fund recurring failed once but passed the second time when I tried it
closes #4504