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
2026-01-29
Fixed docs spelling errors accumulated over time.
Natalia
2025-12-08
Fixed #36778 -- Extended advice to sanitize input before using in query expre...
Jacob Walls
2025-11-26
Fixed #31506 -- Clarified that ExpressionWrapper does not perform database ca...
Cha Hwa Young
2025-10-29
Fixed #35381 -- Added JSONNull() expression.
Clifford Gama
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-10-17
Fixed #36669 -- Doc'd that negative indexes are not supported in F() slices.
aj2s
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-09-14
Fixed #27222 -- Refreshed model field values assigned expressions on save().
Simon Charette
2025-08-31
Removed unused import in docs/ref/models/expressions.txt example.
Clifford Gama
2025-08-28
Ensured :doc: role uses absolute targets in docs.
Adam Johnson
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-13
Fixed incorrect formatting for inline pluralized code references in docs.
Clifford Gama
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2025-01-15
Removed versionadded/changed annotations for 5.1.
Sarah Boyce
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
[next]