dj-database-url icon indicating copy to clipboard operation
dj-database-url copied to clipboard

Support Django 5.2

Open adamchainz opened this issue 9 months ago • 1 comments

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.

adamchainz avatar Feb 14 '25 12:02 adamchainz

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.

codecov[bot] avatar Feb 14 '25 12:02 codecov[bot]

Why didn't you merge this?

adamchainz avatar Jul 14 '25 13:07 adamchainz