Backend 2: Upgrade Django to 5.2.12#9320
Merged
Archaeopteryx merged 6 commits intomasterfrom Apr 21, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9320 +/- ##
========================================
Coverage 82.67% 82.67%
========================================
Files 600 600
Lines 34534 34534
Branches 3131 3074 -57
========================================
Hits 28552 28552
- Misses 5652 5862 +210
+ Partials 330 120 -210 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…h freezegun, update pytest-asyncio - pytest-asyncio: 1.2.0 → 1.3.0 (prepares for Python 3.11+ compatibility) - pytest-freezegun (unmaintained fork) → freezegun 1.5.5 (direct usage with custom marker fixture) - betamax 0.9.0 + betamax-serializers → vcrpy 8.1.1 (actively maintained HTTP cassette library) - Converted 12 betamax JSON cassettes to VCR.py YAML format - Added freeze_time marker fixture in conftest to replace pytest-freezegun plugin - Registered freeze_time marker in setup.cfg Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Requirements were compiled on Python 3.13 where tomli, exceptiongroup, and backports-asyncio-runner are stdlib/unnecessary. On Python 3.10 (used by CI and Docker), these are required transitive deps. Add them with hashes so pip check passes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…h freezegun, update pytest-asyncio - pytest-asyncio: 1.2.0 → 1.3.0 (prepares for Python 3.11+ compatibility) - pytest-freezegun (unmaintained fork) → freezegun 1.5.5 (direct usage with custom marker fixture) - betamax 0.9.0 + betamax-serializers → vcrpy 8.1.1 (actively maintained HTTP cassette library) - Converted 12 betamax JSON cassettes to VCR.py YAML format - Added freeze_time marker fixture in conftest to replace pytest-freezegun plugin - Registered freeze_time marker in setup.cfg Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Django 5.2 is the latest LTS release (supported until April 2028). No code changes required - the codebase was already compatible. System checks pass cleanly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0c7eee4 to
9d8dd7d
Compare
0ae2e99 to
f746007
Compare
Base automatically changed from
camd/back-end-package-upgrade-phase-1
to
master
April 21, 2026 15:28
Archaeopteryx
approved these changes
Apr 21, 2026
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.
Relies on #9303