[Answered ]-Accessing model field in ManyToMany relation in Django 8 January 2024 by thecoderscamp.com 1👍 ✅ You access these with: Group.objects.filter(members=my_person_object) 👤willeM_ Van Onsem [Answered ]-How do I add to cart more than one of the same item in the serializer (post)? Source:stackexchange.com