feat(django): Add http.route attribute - #7428
Merged
Merged
Conversation
http.route attribute
alexander-alderman-webb
marked this pull request as ready for review
September 8, 2026 12:34
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2a08da2. Configure here.
Contributor
Codecov Results 📊✅ 130672 passed | ⏭️ 7131 skipped | Total: 137803 | Pass Rate: 94.83% | Execution Time: 469m 15s 📊 Comparison with Base Branch
All tests are passing successfully. ❌ Patch coverage is 70.59%. Project has 2522 uncovered lines. Files with missing lines (1)
Coverage diff@@ Coverage Diff @@
## master #PR +/-##
==========================================
- Coverage 90.25% 90.21% -0.04%
==========================================
Files 193 193 —
Lines 25729 25757 +28
Branches 9496 9506 +10
==========================================
+ Hits 23221 23235 +14
- Misses 2508 2522 +14
- Partials 1434 1437 +3Generated by Codecov Action |
6 tasks
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.

Description
Set the
http.routeattribute on the server span in patches for Django endpoints.Issues
Reminders
uv run ruff.feat:,fix:,ref:,meta:)