summaryrefslogtreecommitdiff
path: root/tests/expressions_window/models.py
AgeCommit message (Expand)Author
2022-08-15Refs #28333 -- Added partial support for filtering against window functions.Simon Charette
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-10-14Refs #32096 -- Added test for window expressions with JSONField key transforms.Mariusz Felisiak
2020-09-23Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.Hasan Ramezani
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
2020-01-21Refs #29095 -- Added test for using QuerySet.count() with window expressions ...Christopher G Johnson
2018-07-30Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen