summaryrefslogtreecommitdiff
path: root/docs/ref/models/expressions.txt
AgeCommit 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-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-07-20Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham
2017-07-18Doc'd the need to remove default ordering on Subquery aggregates.Tomer Chachamu
2017-03-16Removed self from method signatures in docs.Alasdair Nicol
2017-03-15Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-25Fixed typo in docs/ref/models/expressions.txt.Paolo Melchiorre
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2016-12-08Fixed #13312 -- Allowed specifying the order of null fields in queries.Yohann Gabory
2016-11-09Inlined a note in docs/ref/models/expressions.txt.Tim Graham
2016-11-09Fixed #27414 -- Doc'd that F() expressions on relations return pk values.Jop Reyntjes
2016-10-07Fixed #25475 -- Doc'd how to use a literal % in Func.template.Tim Graham
2016-07-21Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh
2016-06-28Refs #23386 -- Documented that F() expressions are applied on each model.save()Tsering
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-04-22Removed unused BaseExpression.refs_aggregate().Tim Graham
2016-03-29Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().Kai Feldhoff
2016-03-21Refs #25759 -- Documented customizing expressions' SQL on other databases.Kai Feldhoff
2016-03-03Fixed #26321 -- Added missing "for_save" parameter in expressions example.Tim Graham
2016-02-17Fixed #25687 -- Documented how to add database function support to third-part...Tim Graham
2015-11-02Refs #25629 -- Added `arity` class attribute to `Func` expressionsSergey Fedoseev
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-08-05Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-07-31Removed unnecessary F() from Func expressions docsAlasdair Nicol
2015-06-08Fixed #24952 -- Fixed example SQL in Func() expressions docsAlasdair Nicol
2015-05-07Fixed typo in docs/ref/models/expressions.txtIan Foote
2015-04-24Fixed #24656 -- Added missing imports to query expressions doc.Nicolas Noé
2015-04-07Fixed typo in docs/ref/models/expressions.txtlampslave
2015-03-22Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton
2015-03-17Refs #24485 -- Renamed some expression typesJosh Smeaton
2015-03-16Fixed #24486 -- Documented method to provide output_field to mixed F expressionsJosh Smeaton
2015-02-20Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-12Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-13Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton
2014-12-12Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton