django-postgres-extra
django-postgres-extra copied to clipboard
Support for window functions
https://www.postgresql.org/docs/9.1/static/tutorial-window.html
These are in Django 2.0: https://docs.djangoproject.com/en/2.0/releases/2.0/
@adamchainz Oh that’s great! That means this issue will soon be obsolete once it has been tested with Django 2.0. Or do you think backporting it is worth it?
I don't think it would be possible to backport in a third party library, it required changes to the ORM internals. This issue would then be obsolete :)