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.49k stars 205 forks source link

Avoid duplicating the uses_netloc and schemes lines #201

Closed palfrey closed 1 year ago

palfrey commented 1 year ago

This means we're not duplicating the list, and makes it much easier to cleanly add a new schema

codecov[bot] commented 1 year ago

Codecov Report

Merging #201 (e91c08e) into master (414c69c) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #201   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           82        66   -16     
  Branches        14        15    +1     
=========================================
- Hits            82        66   -16     
Impacted Files Coverage Δ
dj_database_url.py 100.00% <100.00%> (ø)

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