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
I should be able to just filter by User.objects.filter(group=group) which should figure out from the through model that it should filter by user_group.group == group
The text was updated successfully, but these errors were encountered:
With models like
I should be able to just filter by
User.objects.filter(group=group)
which should figure out from the through model that it should filter byuser_group.group == group
The text was updated successfully, but these errors were encountered: