[Django]-ManyToMany field, check if relation exists 2 January 2024 by thecoderscamp.com 3👍 ✅ It’s pretty simple: Playes.objects.filter(pk=a.pk, box__pk=b.pk).exists() 👤Eugene Soldatov [Django]-Access queryset of a modelChoiceField in template tag Source:stackexchange.com