SectorLabs / django-postgres-extra

Bringing all of PostgreSQL's awesomeness to Django.
MIT License
694 stars 94 forks source link

Extend .join() #3

Open Photonios opened 7 years ago

Photonios commented 7 years ago
erikcw commented 6 years ago

Would be awesome if those new joins supported joining to a subquery/CTE. This would allow multiple efficient aggregate computations in the subquery with the results being available to the outerquery for annotation.