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

Remove DRF dependency #8

Merged
merged 1 commit into from Sep 4, 2019
Merged

Remove DRF dependency #8

merged 1 commit into from Sep 4, 2019

Conversation

ghickman
Copy link
Contributor

@ghickman ghickman commented Sep 4, 2019

#7 made use of DRF's HTTP_500_INTERNAL_SERVER_ERROR without adding it as a dependency. However that's a fairly large dependency get the literal value 500. This removes the dependency and uses the literal int.

#7 made use of DRF's `HTTP_500_INTERNAL_SERVER_ERROR` without adding it as a dependency.  However that's a fairly large dependency get the literal value `500`.  This removes the dependency and uses the literal int.
@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #8 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #8   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          38     38           
  Lines         722    721    -1     
=====================================
- Hits          722    721    -1
Impacted Files Coverage Δ
django_structlog/middlewares/request.py 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed75bef...bf9a028. Read the comment docs.

@jrobichaud
Copy link
Owner

Thank you, I missed that.

@jrobichaud jrobichaud merged commit 84ef719 into jrobichaud:master Sep 4, 2019
@ghickman ghickman deleted the patch-1 branch September 4, 2019 11:20
@jrobichaud
Copy link
Owner

Fixed in 1.3.1.

@jrobichaud
Copy link
Owner

I just credited you properly in release notes of 1.3.1.

@ghickman
Copy link
Contributor Author

Thank you!

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.

None yet

3 participants