Is there a way of creating many to many relations between same model objects?
The idea is that I have a user model and would like to allow users to link to each other. The end result would be a traceable network of relations and a way to find out the relation between 2 users.