I have a problem in which I would like to solve with SQL recursive queries 
using the ORM (a bill of materials tree, actually).  In particular, I was 
looking at PostgreSQL's WITH RECURSIVE statement.
I discovered this paper in my research, which seems to indicate that Django had 
such a feature or one of its packages had such a feature.  Unfortunately, I 
cannot seem to locate the code that it seems to make a reference to.

https://www.researchgate.net/publication/221318255_Efficient_Implementation_of_Recursive_Queries_in_Major_Object_Relational_Mapping_Systems#pf6

Does Django have a recursive query feature?  If so, how do we access it/can we 
have documentation?  If not, shouldn't the feature be implemented?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/83207698b2364e2c82e6a2bfdec85552%40ISS1.ISS.LOCAL.
For more options, visit https://groups.google.com/d/optout.

Reply via email to