﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33102	Nested natural join query	Mani Nikoukalam Mozaffar	Mani Nikoukalam Mozaffar	"Hello,

Imagine this case:
Model A
——> Model B(many to many to A)
————-> Model C (many to many to B)
————-——->Model D (many to many to C)

To get a query set of objects D which are connected to all A, we can do a query like this:
Select * from A natural join B natural join C natural join D

Such a query does not exist as long as I have researched, so I think Django ORM should be modified.

"	New feature	closed	Database layer (models, ORM)	3.2	Normal	wontfix	natural join manytomany		Unreviewed	0	0	0	0	0	0
