index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
expressions_window
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2024-08-13
Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.
Simon Charette
2023-12-29
Fixed #35064 -- Fixed Window(order_by) crash with DecimalFields on SQLite.
Simon Charette
2023-11-23
Fixed #34987 -- Fixed queryset crash when mixing aggregate and window annotat...
Simon Charette
2023-10-30
Refs #29850 -- Added exclusion support to window frames.
Sarah Boyce
2023-10-28
Refs #29850 -- Added RowRange support for positive integer start and negative...
Sarah Boyce
2023-02-27
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer ...
Simon Charette
2022-11-11
Refs #28477 -- Reduced complexity of aggregation over qualify queries.
Simon Charette
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-08-29
Refs #28333 -- Fixed NonQueryWindowTests.test_invalid_filter() on databases t...
Mariusz Felisiak
2022-08-15
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-23
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
Simon Charette
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-10-14
Refs #32096 -- Added test for window expressions with JSONField key transforms.
Mariusz Felisiak
2020-09-23
Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.
Hasan Ramezani
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-21
Refs #29095 -- Added test for using QuerySet.count() with window expressions ...
Christopher G Johnson
2020-01-20
Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED togeth...
Tim Graham
2019-12-06
Fixed #31060 -- Reallowed window expressions to be used in conditions outside...
Alex Aktsipetrov
2019-11-18
Relaxed some query ordering assertions in tests.
Tim Graham
2019-08-02
Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of sour...
aaktsipetrov
2019-05-03
Fixed NonQueryWindowTests.test_unsupported_backend() on MySQL.
Mariusz Felisiak
2019-02-14
Fixed #29619 -- Added field names to some FieldErrors.
Hasan Ramezani
2019-02-09
Refs #26608 -- Added a database feature for fixed frame range distance support.
Simon Charette
2019-02-09
Fixed #30027 -- Errored out on Window function usage if unsupported.
Simon Charette
2019-02-09
Refs #30027 -- Enabled window function tests on SQLite 3.25+.
Simon Charette
2019-01-03
Refs #29851 -- Fixed test_subquery_row_range_rank() crash on MariaDB 10.2+.
Mariusz Felisiak
2018-12-27
Fixed #29851 -- Fixed crash of annotations with window expressions in Subquery.
Mariusz Felisiak
2018-10-21
Fixed #29847 -- Ensured proper ordering in queries.
Florian Apolloner
2018-07-30
Refs #29548 -- Fixed failing window tests on MariaDB 10.3.
Tom Forbes
2018-03-01
Fixed #29172 -- Fixed crash with Window expression in a subquery.
Tomáš Ehrlich
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen