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

Self Friending #26

Closed nikilster closed 10 years ago

nikilster commented 10 years ago

We want to be able to have ourselves in our list of friends. If I edit the code and undo / comment out the check for self friendship (line 232 in models.py) will this cause a problem anywhere else in the code?

frankwiles commented 10 years ago

Apologies for the delay in responding, but no I don't believe I would cause a problem elsewhere. However keep in mind that isn't something django-friendship plans to support so no guarantees about what might break in the future, but should be minimal if at all.