提交历史

作者 SHA1 备注 提交日期
  Carlton Gibson ca1c3151c3 Removed versionadded/changed annotations for 4.0. 2 年之前
  Mariusz Felisiak 68da6b389c Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc(). 2 年之前
  David ce586ed693 Removed hyphen from pre-/re- prefixes. 3 年之前
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 年之前
  Mariusz Felisiak 4400d8568a Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs. 3 年之前
  Simon Charette aec71aaa5b Fixed #33304 -- Allowed passing string expressions to Window(order_by). 3 年之前
  David Wobrock ad36a198a1 Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value. 3 年之前
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 年之前
  David Sanders ecf76cc1fb Clarified type of Window()'s partition_by and order_by arguments. 3 年之前
  Nick Pope 501a8db465 Fixed #10929 -- Added default argument to aggregates. 4 年之前
  Ian Foote f42ccdd835 Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 4 年之前
  Simon Charette 9f3cce172f Refs #26430 -- Re-introduced empty aggregation optimization. 3 年之前
  Simon Willison e53159747c Doc'd that RawSQL can be used with __in. 4 年之前
  Mariusz Felisiak fdc3d9dcaf Removed unused import in docs/ref/models/expressions.txt. (#13879) 4 年之前
  Kevin Marsh 45f4282149 Refs #31792 -- Updated SQL example in Exists() docs. 4 年之前
  Ian Foote 8b040e3cbb Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. 4 年之前
  Simon Charette 1e38f1191d Fixed #30446 -- Resolved Value.output_field for stdlib types. 5 年之前
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 年之前
  Adam Johnson 1c2c6f1b51 Fixed a/an typos in "SQL" usage. 4 年之前
  Hasan Ramezani 6929f13254 Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Expression.convert_value(). 5 年之前
  Adam Johnson 8c1b073b59 Doc'd return values of as_sql() for Func and query expressions. 5 年之前
  Taoup cebd41e416 Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt. 5 年之前
  Mariusz Felisiak 416c584cab Removed versionadded/changed annotations for 2.2. 5 年之前
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 年之前
  Matthew Schinckel 4137fc2efc Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude(). 8 年之前
  Matthew Schinckel dba749917f Doc'd for_save argument of Expression.resolve_expression(). 5 年之前
  Vyacheslav Ver 76b3fc5c8d Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated example of custom aggregate functions. 5 年之前
  Vyacheslav Ver 60b6a7ea9d Fixed typo in expression documentation. 5 年之前
  Daniel Musketa 6fd9c9daa6 Fixed #30365 -- Fixed syntax highlighting in SQL examples. 6 年之前
  sage bfae195b0a Fixed #30326 -- Doc'd how to avoid persistence of F() assignment. 6 年之前