Pin Django version in Django Rest Framework - #1814
Merged
Merged
Conversation
lrafeei
marked this pull request as ready for review
August 6, 2026 18:32
TimPansino
previously approved these changes
Aug 6, 2026
✅MegaLinter analysis: Success
Notices📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining See detailed reports in MegaLinter artifacts
|
lrafeei
enabled auto-merge (squash)
August 7, 2026 17:53
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1814 +/- ##
==========================================
+ Coverage 82.06% 82.10% +0.03%
==========================================
Files 217 217
Lines 26871 26871
Branches 4254 4254
==========================================
+ Hits 22052 22062 +10
+ Misses 3353 3345 -8
+ Partials 1466 1464 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
TimPansino
approved these changes
Aug 7, 2026
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

In Django Rest Framework,
rest_framework/views.py,from django.utils.cache import cc_delim_refails to import in Django v6.0.8+This has been pinned until this bug is fixed on their end.
This PR also drops Python 3.10 from Tornado master tests since 3.10 support has been dropped.