summaryrefslogtreecommitdiff
path: root/docs/ref/models/expressions.txt
AgeCommit message (Expand)Author
2025-03-13[5.2.x] Fixed incorrect formatting for inline pluralized code references in d...Clifford Gama
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
2021-11-23Fixed #33304 -- Allowed passing string expressions to Window(order_by).Simon Charette
2021-09-29Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-10Clarified type of Window()'s partition_by and order_by arguments.David Sanders
2021-07-19Fixed #10929 -- Added default argument to aggregates.Nick Pope
2021-07-09Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote
2021-07-02Refs #26430 -- Re-introduced empty aggregation optimization.Simon Charette
2021-03-25Doc'd that RawSQL can be used with __in.Simon Willison
2021-01-12Removed unused import in docs/ref/models/expressions.txt. (#13879)Mariusz Felisiak
2020-12-10Refs #31792 -- Updated SQL example in Exists() docs.Kevin Marsh
2020-11-27Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote
2020-07-15Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-06Fixed a/an typos in "SQL" usage.Adam Johnson
2020-03-18Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...Hasan Ramezani
2020-03-06Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
2019-12-21Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.Taoup