You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: