dj-database-url
dj-database-url copied to clipboard
Support Django 5.2
The first commit adds Django 5.2 support - no code changes required, just adding the testing and metadata.
The second commit fixes all type errors reported by Mypy, which are probably due to a new Mypy version being released. I extracted this into a second PR which should be merged first: #261.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
5106a19) to head (597b493). Report is 34 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #260 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 76 75 -1
Branches 18 18
=========================================
- Hits 76 75 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Why didn't you merge this?