jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.48k stars 205 forks source link

Support Django 4.1 and remove compatibility code #183

Closed adamchainz closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #183 (8b1e1fc) into master (723788a) will increase coverage by 5.89%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   80.26%   86.15%   +5.89%     
==========================================
  Files           1        1              
  Lines          76       65      -11     
  Branches       14       13       -1     
==========================================
- Hits           61       56       -5     
+ Misses          9        4       -5     
+ Partials        6        5       -1     
Impacted Files Coverage Δ
dj_database_url.py 86.15% <ø> (+5.89%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

KyeRussell commented 1 year ago

For anyone else looking: by my interpretation this is changing the test matrix and removing compatibility code, so this package should still work in Django 4.1 before the PR is merged.