Ahsan Zahid
Results
2
issues of
Ahsan Zahid
### **Description** Fix applied to setup.py requiring installation of an old version of BeautifulSoup This PR fixes Issue #46
Within `FrienshipManager`, there are two checks: https://github.com/revsys/django-friendship/blob/593d63b7214a9c1d6662aadd0b50642947192c98/friendship/models.py#L290-L298 These validate if a request is sent from a `from_user` or a `to_user`. These can be converted into a `util` method to be...