Commit History

Author SHA1 Message Date
  Simon Charette aec71aaa5b Fixed #33304 -- Allowed passing string expressions to Window(order_by). 2 years ago
  David Wobrock ad36a198a1 Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value. 3 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  David Sanders ecf76cc1fb Clarified type of Window()'s partition_by and order_by arguments. 3 years ago
  Nick Pope 501a8db465 Fixed #10929 -- Added default argument to aggregates. 3 years ago
  Ian Foote f42ccdd835 Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 3 years ago
  Simon Charette 9f3cce172f Refs #26430 -- Re-introduced empty aggregation optimization. 3 years ago
  Simon Willison e53159747c Doc'd that RawSQL can be used with __in. 3 years ago
  Mariusz Felisiak fdc3d9dcaf Removed unused import in docs/ref/models/expressions.txt. (#13879) 3 years ago
  Kevin Marsh 45f4282149 Refs #31792 -- Updated SQL example in Exists() docs. 3 years ago
  Ian Foote 8b040e3cbb Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. 3 years ago
  Simon Charette 1e38f1191d Fixed #30446 -- Resolved Value.output_field for stdlib types. 5 years ago
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 years ago
  Adam Johnson 1c2c6f1b51 Fixed a/an typos in "SQL" usage. 4 years ago
  Hasan Ramezani 6929f13254 Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Expression.convert_value(). 4 years ago
  Adam Johnson 8c1b073b59 Doc'd return values of as_sql() for Func and query expressions. 4 years ago
  Taoup cebd41e416 Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt. 4 years ago
  Mariusz Felisiak 416c584cab Removed versionadded/changed annotations for 2.2. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Matthew Schinckel 4137fc2efc Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude(). 7 years ago
  Matthew Schinckel dba749917f Doc'd for_save argument of Expression.resolve_expression(). 5 years ago
  Vyacheslav Ver 76b3fc5c8d Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated example of custom aggregate functions. 5 years ago
  Vyacheslav Ver 60b6a7ea9d Fixed typo in expression documentation. 5 years ago
  Daniel Musketa 6fd9c9daa6 Fixed #30365 -- Fixed syntax highlighting in SQL examples. 5 years ago
  sage bfae195b0a Fixed #30326 -- Doc'd how to avoid persistence of F() assignment. 5 years ago
  Simon Charette 9dc367dc10 Refs #30158 -- Added alias argument to Expression.get_group_by_cols(). 5 years ago
  Tim Graham ec7e179aeb Removed versionadded/changed annotations for 2.1. 5 years ago
  Simon Charette bc05547cd8 Fixed #28658 -- Added DISTINCT handling to the Aggregate class. 5 years ago
  Simon Charette 9a7d336c38 Corrected Aggregate docs to reflect that it accepts multiple expressions. 5 years ago
  Curtis Maloney c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 years ago