Kevin Marsh
|
45f4282149
Refs #31792 -- Updated SQL example in Exists() docs.
|
4 éve |
Ian Foote
|
8b040e3cbb
Fixed #25534, Fixed #31639 -- Added support for transform references in expressions.
|
4 éve |
Simon Charette
|
1e38f1191d
Fixed #30446 -- Resolved Value.output_field for stdlib types.
|
5 éve |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 éve |
Adam Johnson
|
1c2c6f1b51
Fixed a/an typos in "SQL" usage.
|
4 éve |
Hasan Ramezani
|
6929f13254
Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Expression.convert_value().
|
5 éve |
Adam Johnson
|
8c1b073b59
Doc'd return values of as_sql() for Func and query expressions.
|
5 éve |
Taoup
|
cebd41e416
Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.
|
5 éve |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 éve |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 éve |
Matthew Schinckel
|
4137fc2efc
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
|
8 éve |
Matthew Schinckel
|
dba749917f
Doc'd for_save argument of Expression.resolve_expression().
|
5 éve |
Vyacheslav Ver
|
76b3fc5c8d
Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated example of custom aggregate functions.
|
5 éve |
Vyacheslav Ver
|
60b6a7ea9d
Fixed typo in expression documentation.
|
5 éve |
Daniel Musketa
|
6fd9c9daa6
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
|
6 éve |
sage
|
bfae195b0a
Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.
|
6 éve |
Simon Charette
|
9dc367dc10
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
|
6 éve |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 éve |
Simon Charette
|
bc05547cd8
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
|
6 éve |
Simon Charette
|
9a7d336c38
Corrected Aggregate docs to reflect that it accepts multiple expressions.
|
6 éve |
Curtis Maloney
|
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
|
6 éve |
priyanshsaxena
|
83b04d4f88
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
|
7 éve |
Mads Jensen
|
ab251fdad2
Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
|
6 éve |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 éve |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 éve |
drd0013
|
5d923f2d8c
Fixed #29313 -- Doc'd how to use F() to sort null values.
|
7 éve |
Matthew Wilkes
|
2162f0983d
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
|
7 éve |
priyanshsaxena
|
617d5f410f
Fixed #29066 -- Allowed negating query expressions.
|
7 éve |
Igor Starikov
|
3cc08f4b2b
Fixed typo in docs/ref/models/expressions.txt.
|
7 éve |
Benjamin Bach
|
bf49d9eb0b
Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt.
|
7 éve |