summaryrefslogtreecommitdiff
path: root/docs/ref/models/expressions.txt
AgeCommit message (Expand)Author
2026-01-29Fixed docs spelling errors accumulated over time.Natalia
2025-12-08Fixed #36778 -- Extended advice to sanitize input before using in query expre...Jacob Walls
2025-11-26Fixed #31506 -- Clarified that ExpressionWrapper does not perform database ca...Cha Hwa Young
2025-10-29Fixed #35381 -- Added JSONNull() expression.Clifford Gama
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-10-17Fixed #36669 -- Doc'd that negative indexes are not supported in F() slices.aj2s
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-09-14Fixed #27222 -- Refreshed model field values assigned expressions on save().Simon Charette
2025-08-31Removed unused import in docs/ref/models/expressions.txt example.Clifford Gama
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-08-04Fixed #35972 -- Fixed lookup crashes after subquery annotations.Jacob Walls
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-03-13Fixed incorrect formatting for inline pluralized code references in docs.Clifford Gama
2025-03-03Fixed #35444 -- Added generic support for Aggregate.order_by.Chris Muthig
2025-01-15Removed versionadded/changed annotations for 5.1.Sarah Boyce
2025-01-14Fixed #36051 -- Declared arity on aggregate functions.Jacob Walls
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls
2024-08-28Fixed typo in docs/ref/models/expressions.txt.Mariusz Felisiak
2024-08-28Fixed typo in docs/ref/models/expressions.txt.Mariusz Felisiak
2024-08-12Fixed #35586 -- Added support for set-returning database functions.Devin Cox
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-05-14Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...Mariusz Felisiak
2023-12-30Fixed #29049 -- Added slicing notation to F expressions.Nick Pope
2023-12-28Corrected code-block directives in docs.Mariusz Felisiak
2023-12-15Added missing import in docs/ref/models/expressions.txt.Viicos
2023-10-30Refs #29850 -- Added exclusion support to window frames.Sarah Boyce
2023-10-28Refs #29850 -- Added RowRange support for positive integer start and negative...Sarah Boyce
2023-10-28Fixed typos in docs/ref/models/expressions.txt.Sarah Boyce
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-08-03Fixed #34761 -- Dropped support for MySQL < 8.0.11.Mariusz Felisiak
2023-08-01Corrected pycon formatting in some docs.Almaz Kunpeissov
2023-06-27Added dedicated section for output_field in query expressions docs.nessita
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-10-31Fixed #16211 -- Added logical NOT support to F expressions.David Wobrock
2022-10-06Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().Simon Charette
2022-08-15Refs #28333 -- Added partial support for filtering against window functions.Simon Charette
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-05-12Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...Mariusz Felisiak
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2021-12-31Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.Mariusz Felisiak