jazzband / django-invitations

Generic invitations app for Django
GNU General Public License v3.0
559 stars 166 forks source link

[#203] Add related_name to avoid conflicts when subclassing. #228

Closed mdrie closed 8 months ago

mdrie commented 1 year ago

I am not sure if the issue should be closed, since it would be better to prevent invitations.Invitation in the DB altogether, when a custom model is used.

valberg commented 9 months ago

@mdrie Thanks! Can we test this somehow?

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e3f2474) 64.34% compared to head (53c13f2) 65.71%. Report is 19 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #228 +/- ## ========================================== + Coverage 64.34% 65.71% +1.36% ========================================== Files 18 18 Lines 474 490 +16 ========================================== + Hits 305 322 +17 + Misses 169 168 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.