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

Bust sent_requests cache on reject #178

Closed acjh closed 1 year ago

acjh commented 2 years ago

Fixes #175

Missed out in #28, which bust sent_requests cache on accept, cancel and add_friend.

jefftriplett commented 1 year ago

@acjh thank you!