summaryrefslogtreecommitdiff
path: root/docs/ref/models/expressions.txt
AgeCommit message (Expand)Author
2021-03-25[3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison
2021-01-12Removed unused import in docs/ref/models/expressions.txt. (#13879)Mariusz Felisiak
2020-12-10Refs #31792 -- Updated SQL example in Exists() docs.Kevin Marsh
2020-11-27Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote
2020-07-15Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-06Fixed a/an typos in "SQL" usage.Adam Johnson
2020-03-18Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...Hasan Ramezani
2020-03-06Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
2019-12-21Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.Taoup
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-29Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel
2019-08-27Doc'd for_save argument of Expression.resolve_expression().Matthew Schinckel
2019-06-11Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated exa...Vyacheslav Ver
2019-05-16Fixed typo in expression documentation.Vyacheslav Ver
2019-04-23Fixed #30365 -- Fixed syntax highlighting in SQL examples.Daniel Musketa
2019-04-15Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-03-21Refs #30158 -- Added alias argument to Expression.get_group_by_cols().Simon Charette
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette
2018-11-27Corrected Aggregate docs to reflect that it accepts multiple expressions.Simon Charette
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-07-05Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...Mads Jensen
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-04-19Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2018-01-31Fixed #29066 -- Allowed negating query expressions.priyanshsaxena
2017-12-05Fixed typo in docs/ref/models/expressions.txt.Igor Starikov
2017-11-17Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt.Benjamin Bach
2017-11-07Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.Tim Graham
2017-11-01Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extra_contex...Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.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