pinax / pinax-referrals

a referrals app for Django
MIT License
216 stars 74 forks source link

fix #45 provide possibility let users to override get_client_ip function #73

Closed PetrDlouhy closed 1 year ago

PetrDlouhy commented 1 year ago

Closes #45 .

codecov[bot] commented 1 year ago

Codecov Report

Base: 61.98% // Head: 62.44% // Increases project coverage by +0.46% :tada:

Coverage data is based on head (a4d8749) compared to base (6161c8e). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #73 +/- ## ========================================== + Coverage 61.98% 62.44% +0.46% ========================================== Files 11 11 Lines 242 245 +3 Branches 23 23 ========================================== + Hits 150 153 +3 Misses 80 80 Partials 12 12 ``` | [Impacted Files](https://codecov.io/gh/pinax/pinax-referrals/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax) | Coverage Δ | | |---|---|---| | [pinax/referrals/callbacks.py](https://codecov.io/gh/pinax/pinax-referrals/pull/73/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax#diff-cGluYXgvcmVmZXJyYWxzL2NhbGxiYWNrcy5weQ==) | `55.00% <100.00%> (+7.94%)` | :arrow_up: | | [pinax/referrals/models.py](https://codecov.io/gh/pinax/pinax-referrals/pull/73/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax#diff-cGluYXgvcmVmZXJyYWxzL21vZGVscy5weQ==) | `61.85% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.