Skip to content

Upgrade django-rest-framework to >= 3.14#3403

Merged
lunkwill42 merged 3 commits intomasterfrom
upgrade-drf-to-314
Jul 30, 2025
Merged

Upgrade django-rest-framework to >= 3.14#3403
lunkwill42 merged 3 commits intomasterfrom
upgrade-drf-to-314

Conversation

@hmpf
Copy link
Copy Markdown
Contributor

@hmpf hmpf commented Jul 3, 2025

Older drf used the undocumented function django.http.multipartparser.parse_header which was replaced with django.utils.http.parse_header_parameters in Django 4.2.

@hmpf hmpf requested a review from lunkwill42 July 3, 2025 08:52
@hmpf hmpf self-assigned this Jul 3, 2025
@hmpf hmpf added the dependencies Pull requests that update a dependency file label Jul 3, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 3, 2025

Test results

   12 files     12 suites   11m 39s ⏱️
2 206 tests 2 206 ✅ 0 💤 0 ❌
6 093 runs  6 093 ✅ 0 💤 0 ❌

Results for commit 26806f1.

♻️ This comment has been updated with latest results.

hmpf and others added 3 commits July 30, 2025 08:48
Older drf used the undocumented function
`django.http.multipartparser.parse_header` which was replaced with
`django.utils.http.parse_header_parameters` in Django 4.2.
Co-authored-by: Johanna England <johanna.england@sikt.no>
@lunkwill42 lunkwill42 force-pushed the upgrade-drf-to-314 branch from 6dd103c to 26806f1 Compare July 30, 2025 06:48
@lunkwill42
Copy link
Copy Markdown
Member

Rebased on latest master to avoid merge conflicts

@sonarqubecloud
Copy link
Copy Markdown

@lunkwill42 lunkwill42 merged commit 01fab0e into master Jul 30, 2025
15 checks passed
@lunkwill42 lunkwill42 deleted the upgrade-drf-to-314 branch July 30, 2025 06:58
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (37521e7) to head (26806f1).
⚠️ Report is 9 commits behind head on master.

Additional details and impacted files
@@      Coverage Diff       @@
##   master   #3403   +/-   ##
==============================
==============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants