Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

user/users name clashes; patch in README seems to need update #3

Open
ghost opened this issue Aug 14, 2009 · 0 comments
Open

user/users name clashes; patch in README seems to need update #3

ghost opened this issue Aug 14, 2009 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 14, 2009

when I applied patch indicated in README, name clashes were reported for both user and users; I changed the related_names of both, which stopped the error, but I have no idea whether it introduces new problems:

in /src/eggs/django_friends../friends/models.py, about line 43:
    user = models.ForeignKey(User, related_name="friend_contact")
    ...
    ...
    users = models.ManyToManyField(User, related_name="friend_contacts")
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants