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
2017-11-17
[2.0.x] Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressi...
Benjamin Bach
2017-11-07
[2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string...
Tim Graham
2017-11-01
[2.0.x] Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extr...
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
2015-03-16
Fixed #24486 -- Documented method to provide output_field to mixed F expressions
Josh Smeaton
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-12
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-12-27
Fixed #23753 -- Added a suite of SQL Functions
Josh Smeaton
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton