summaryrefslogtreecommitdiff
path: root/django/db/models/functions/window.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-20/+32
* Simplified some imports for database functions.Nick Pope2019-01-081-1/+2
* Refs #26608 -- Removed unneeded name attribute in window functions.Mads Jensen2018-07-051-11/+0
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-0/+118