summaryrefslogtreecommitdiff
path: root/tests/expressions_window/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #28333 -- Added partial support for filtering against window functions.Simon Charette2022-08-151-0/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+4
* Refs #32096 -- Added test for window expressions with JSONField key transforms.Mariusz Felisiak2020-10-141-0/+7
* Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.Hasan Ramezani2020-09-231-0/+1
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-3/+0
* Refs #29095 -- Added test for using QuerySet.count() with window expressions ...Christopher G Johnson2020-01-211-0/+5
* Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes2018-07-301-0/+1
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-0/+11