Django: implementing JOIN using Django ORM? - Stack Overflow

PHOTO EMBED

Tue Dec 28 2021 16:08:03 GMT+0000 (Coordinated Universal Time)

Saved by @arielvol

SELECT *
FROM Question JOIN Answer ON Question.id=Answer.question_id
WHERE Question.id=1
LIMIT 10
content_copyCOPY

https://stackoverflow.com/questions/4125379/django-implementing-join-using-django-orm