1
The correct thing to do is to always start from the model you want to get.
Feed.objects.filter(authority__in=followed_authority)
Source:stackexchange.com
1
The correct thing to do is to always start from the model you want to get.
Feed.objects.filter(authority__in=followed_authority)