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
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
2016-06-28
Refs #23386 -- Documented that F() expressions are applied on each model.save()
Tsering
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-04-22
Removed unused BaseExpression.refs_aggregate().
Tim Graham
2016-03-29
Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().
Kai Feldhoff
2016-03-21
Refs #25759 -- Documented customizing expressions' SQL on other databases.
Kai Feldhoff
2016-03-03
Fixed #26321 -- Added missing "for_save" parameter in expressions example.
Tim Graham
2016-02-17
Fixed #25687 -- Documented how to add database function support to third-part...
Tim Graham
2015-11-02
Refs #25629 -- Added `arity` class attribute to `Func` expressions
Sergey Fedoseev
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-08-05
Fixed #25212 -- Documented the RawSQL expression.
Tim Graham
2015-07-31
Removed unnecessary F() from Func expressions docs
Alasdair Nicol
2015-06-08
Fixed #24952 -- Fixed example SQL in Func() expressions docs
Alasdair Nicol
2015-05-07
Fixed typo in docs/ref/models/expressions.txt
Ian Foote
2015-04-24
Fixed #24656 -- Added missing imports to query expressions doc.
Nicolas Noé
2015-04-07
Fixed typo in docs/ref/models/expressions.txt
lampslave
2015-03-22
Fixed #24485 -- Allowed combined expressions to set output_field
Josh Smeaton
2015-03-17
Refs #24485 -- Renamed some expression types
Josh Smeaton
[next]