[Answered ]-Django Many to Many Query Set Filter 17 December 2023 by thecoderscamp.com 2👍 ✅ Use this: for author in Author.objects.filter(post__isnull=False): print author 👤knbk [Answered ]-How do I modify a model field and then send it using the Rest Framework in Python/Django? Source:stackexchange.com