[Answered ]-Select related of selected related

2👍

Yes, you can, by using the normal double-underscore syntax – as explicitly described in the documentation:

Model1.objects.select_related('model2__model3')

Leave a comment