revsys / django-friendship

Django app to manage following and bi-directional friendships
BSD 3-Clause "New" or "Revised" License
763 stars 183 forks source link

:sparkles: Partially address #96 #149

Closed jefftriplett closed 3 years ago

jefftriplett commented 3 years ago

Partially addresses #96.

I am personally less interested in admin str representations when they trigger two additional database lookups. The admin probably needs some more attention, but this at least makes the str reprs more consistent for Friendship.

jefftriplett commented 3 years ago

@frankwiles feel free to post-commit review this.