mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #29850 -- Added exclusion support to window frames.
This commit is contained in:
committed by
Mariusz Felisiak
parent
34b411762b
commit
e4d012ca05
@@ -174,6 +174,11 @@ Models
|
||||
* :class:`~django.db.models.expressions.RowRange` now accepts positive integers
|
||||
for the ``start`` argument and negative integers for the ``end`` argument.
|
||||
|
||||
* The new ``exclusion`` argument of
|
||||
:class:`~django.db.models.expressions.RowRange` and
|
||||
:class:`~django.db.models.expressions.ValueRange` allows excluding rows,
|
||||
groups, and ties from the window frames.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user