Binary package “python3-django-cte” in ubuntu oracular

Common Table Expressions (CTE) for 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.