python3-django-cte

Common Table Expressions (CTE) for Django
  https://github.com/dimagi/django-cte
  0
  no reviews



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.