summaryrefslogtreecommitdiff
path: root/docs/ref/models/expressions.txt
AgeCommit message (Expand)Author
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
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
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-29Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel
2019-08-27Doc'd for_save argument of Expression.resolve_expression().Matthew Schinckel
2019-06-11Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated exa...Vyacheslav Ver
2019-05-16Fixed typo in expression documentation.Vyacheslav Ver
2019-04-23Fixed #30365 -- Fixed syntax highlighting in SQL examples.Daniel Musketa
2019-04-15Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-03-21Refs #30158 -- Added alias argument to Expression.get_group_by_cols().Simon Charette
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette
2018-11-27Corrected Aggregate docs to reflect that it accepts multiple expressions.Simon Charette
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-07-05Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...Mads Jensen
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-04-19Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2018-01-31Fixed #29066 -- Allowed negating query expressions.priyanshsaxena
2017-12-05Fixed typo in docs/ref/models/expressions.txt.Igor Starikov