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
2021-03-25
[3.2.x] 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
2017-11-17
Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt.
Benjamin Bach
2017-11-07
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
Tim Graham
2017-11-01
Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extra_contex...
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-18
Doc'd the need to remove default ordering on Subquery aggregates.
Tomer Chachamu
2017-03-16
Removed self from method signatures in docs.
Alasdair Nicol
2017-03-15
Fixed incorrect import in docs/ref/models/expressions.txt.
lb1c
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-25
Fixed typo in docs/ref/models/expressions.txt.
Paolo Melchiorre
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2016-12-08
Fixed #13312 -- Allowed specifying the order of null fields in queries.
Yohann Gabory
2016-11-09
Inlined a note in docs/ref/models/expressions.txt.
Tim Graham
2016-11-09
Fixed #27414 -- Doc'd that F() expressions on relations return pk values.
Jop Reyntjes
2016-10-07
Fixed #25475 -- Doc'd how to use a literal % in Func.template.
Tim Graham
2016-07-21
Fixed #26899 -- Documented why RawSQL params is a required parameter.
petedmarsh
[next]