summaryrefslogtreecommitdiff
path: root/tests/expressions_window/models.py
AgeCommit message (Expand)Author
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