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