2👍
✅
Yes, you can, by using the normal double-underscore syntax – as explicitly described in the documentation:
Model1.objects.select_related('model2__model3')
Source:stackexchange.com
2👍
Yes, you can, by using the normal double-underscore syntax – as explicitly described in the documentation:
Model1.objects.select_related('model2__model3')