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

add options as a variable to be set #178

Closed thenu97 closed 8 months ago

thenu97 commented 2 years ago

to be able to pass in OPTIONS as a variable and not just as part of the query string

codecov[bot] commented 2 years ago

Codecov Report

Merging #178 (8830531) into master (5da1ec5) will decrease coverage by 2.05%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
- Coverage   80.26%   78.20%   -2.06%     
==========================================
  Files           1        1              
  Lines          76       78       +2     
  Branches       14       15       +1     
==========================================
  Hits           61       61              
- Misses          9       10       +1     
- Partials        6        7       +1     
Impacted Files Coverage Δ
dj_database_url.py 78.20% <50.00%> (-2.06%) :arrow_down:

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

palfrey commented 1 year ago

This has conflicts and no test case. Can you fix those please?