index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
expressions.txt
Age
Commit message (
Expand
)
Author
2025-03-13
[5.2.x] Fixed incorrect formatting for inline pluralized code references in d...
Clifford Gama
2025-01-14
Fixed #36051 -- Declared arity on aggregate functions.
Jacob Walls
2025-01-07
Refs #36042 -- Raised ValueError when providing composite expressions to aggr...
Jacob Walls
2024-08-28
Fixed typo in docs/ref/models/expressions.txt.
Mariusz Felisiak
2024-08-28
Fixed typo in docs/ref/models/expressions.txt.
Mariusz Felisiak
2024-08-12
Fixed #35586 -- Added support for set-returning database functions.
Devin Cox
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-05-14
Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...
Mariusz Felisiak
2023-12-30
Fixed #29049 -- Added slicing notation to F expressions.
Nick Pope
2023-12-28
Corrected code-block directives in docs.
Mariusz Felisiak
2023-12-15
Added missing import in docs/ref/models/expressions.txt.
Viicos
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-10-28
Fixed typos in docs/ref/models/expressions.txt.
Sarah Boyce
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-08-03
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
Mariusz Felisiak
2023-08-01
Corrected pycon formatting in some docs.
Almaz Kunpeissov
2023-06-27
Added dedicated section for output_field in query expressions docs.
nessita
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...
Mariusz Felisiak
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-10-31
Fixed #16211 -- Added logical NOT support to F expressions.
David Wobrock
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-08-15
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-12
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...
Mariusz Felisiak
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2021-12-31
Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.
Mariusz Felisiak
2021-11-23
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
Simon Charette
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-10
Clarified type of Window()'s partition_by and order_by arguments.
David Sanders
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-07-02
Refs #26430 -- Re-introduced empty aggregation optimization.
Simon Charette
2021-03-25
Doc'd that RawSQL can be used with __in.
Simon Willison
2021-01-12
Removed unused import in docs/ref/models/expressions.txt. (#13879)
Mariusz Felisiak
2020-12-10
Refs #31792 -- Updated SQL example in Exists() docs.
Kevin Marsh
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-03-18
Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...
Hasan Ramezani
2020-03-06
Doc'd return values of as_sql() for Func and query expressions.
Adam Johnson
2019-12-21
Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.
Taoup
[next]