Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced deprecated getheader in favor of headers #184

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Conversation

andruten
Copy link
Member

@andruten andruten commented Feb 8, 2024

May fix #183 deprecation warning. urrlib3 response.headers property is available in all versions supported by django-revproxy.

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.55%. Comparing base (e7ad0c2) to head (55e1e9c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #184   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files           7        7           
  Lines         414      414           
  Branches       70       70           
=======================================
  Hits          408      408           
  Misses          3        3           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andruten andruten requested a review from brianmay October 18, 2024 19:53
@andruten andruten merged commit 95f399d into master Oct 19, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation warning for urllib on Python 3.11
2 participants