index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
expressions.txt
Age
Commit 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-31
Fixed #16211 -- Added logical NOT support to F expressions.
David Wobrock
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-08-15
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-12
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...
Mariusz Felisiak
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2021-12-31
Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.
Mariusz Felisiak
2021-11-23
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
Simon Charette
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-10
Clarified type of Window()'s partition_by and order_by arguments.
David Sanders
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-07-02
Refs #26430 -- Re-introduced empty aggregation optimization.
Simon Charette
2021-03-25
Doc'd that RawSQL can be used with __in.
Simon Willison
2021-01-12
Removed unused import in docs/ref/models/expressions.txt. (#13879)
Mariusz Felisiak
2020-12-10
Refs #31792 -- Updated SQL example in Exists() docs.
Kevin Marsh
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-03-18
Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...
Hasan Ramezani
2020-03-06
Doc'd return values of as_sql() for Func and query expressions.
Adam Johnson
2019-12-21
Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.
Taoup
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-27
Doc'd for_save argument of Expression.resolve_expression().
Matthew Schinckel
2019-06-11
Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated exa...
Vyacheslav Ver
2019-05-16
Fixed typo in expression documentation.
Vyacheslav Ver
2019-04-23
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
Daniel Musketa
2019-04-15
Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.
sage
2019-03-21
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
Simon Charette
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2018-11-27
Corrected Aggregate docs to reflect that it accepts multiple expressions.
Simon Charette
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-07-05
Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...
Mads Jensen
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-04-19
Fixed #29313 -- Doc'd how to use F() to sort null values.
drd0013
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-01-31
Fixed #29066 -- Allowed negating query expressions.
priyanshsaxena
2017-12-05
Fixed typo in docs/ref/models/expressions.txt.
Igor Starikov
[next]