1👍
✅
You can do
my_publishers = Publisher.objects.filter(book__author__name='me')
This gives you all the publishers for the book authored by me
Source:stackexchange.com