Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activity.receiving_users #327

Closed
geekofalltrades opened this issue Nov 12, 2014 · 1 comment
Closed

Activity.receiving_users #327

geekofalltrades opened this issue Nov 12, 2014 · 1 comment

Comments

@geekofalltrades
Copy link

There is a ManyToManyField on Activity to User called receiving_users. It is completely unused. A search for it in the code base outside of the migrations yields no results. Its related_name, received_activity, also yields no results.

Activity also has a ManyToManyField to User called recipients, which has presumably taken its place.

Unless receiving_users has a function I'm not aware of, it should be removed.

@evgenyfadeev
Copy link
Member

Thank you. Forgot to remove the relation quite a while ago!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants