[Answer]-How to query all the elements with this condition in the query? 12 December 2023 by thecoderscamp.com 1👍 ✅ You can use __in. Tag.objects.filter(supplier__in=list_of_suppliers) 👤Daniel Roseman [Answer]-Mongodb schema optimization Source:stackexchange.com