Django-Cte – Common Table Expressions with Django

A Common Table Expression acts like a temporary table or view that exists only
for the duration of the query it is attached to. django-cte allows common table
expressions to be attached to normal Django ORM queries. Read more

Similar