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

Replace approrpraite __in with many-to-many relation query #2

Open
klnusbaum opened this issue Jun 8, 2013 · 0 comments
Open

Replace approrpraite __in with many-to-many relation query #2

klnusbaum opened this issue Jun 8, 2013 · 0 comments

Comments

@klnusbaum
Copy link
Member

There are several queries that involve selecting a QuerySet using the __in selector where the argument is a set of primary keys. We should be able to replace those with a more appropriate and probably more efficient many-to-many relation query as described here: http://stackoverflow.com/questions/16431151/django-select-users-from-seperate-model

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

1 participant