Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #28333 -- Added partial support for filtering against window functions. | Simon Charette | 2022-08-15 | 1 | -0/+7 |
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -2/+4 |
* | Refs #32096 -- Added test for window expressions with JSONField key transforms. | Mariusz Felisiak | 2020-10-14 | 1 | -0/+7 |
* | Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite. | Hasan Ramezani | 2020-09-23 | 1 | -0/+1 |
* | Removed unused __str__() methods in tests models. | Mariusz Felisiak | 2020-04-30 | 1 | -3/+0 |
* | Refs #29095 -- Added test for using QuerySet.count() with window expressions ... | Christopher G Johnson | 2020-01-21 | 1 | -0/+5 |
* | Refs #29548 -- Fixed failing window tests on MariaDB 10.3. | Tom Forbes | 2018-07-30 | 1 | -0/+1 |
* | Fixed #26608 -- Added support for window expressions (OVER clause). | Mads Jensen | 2017-09-18 | 1 | -0/+11 |