[Answered ]-Accessing model field in ManyToMany relation in Django

1👍

You access these with:

Group.objects.filter(members=my_person_object)

Leave a comment