diff options
| author | Matthew Schinckel <matt@schinckel.net> | 2019-08-27 16:49:49 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-08-27 17:13:35 +0200 |
| commit | 6c17b865905c203b21c1bcb6079261bd1cbf5e6a (patch) | |
| tree | 20336668323a76ddd1e89d5930f20ef966e49131 /docs | |
| parent | 56f7a62d28a3b534ec68aed2610425ce28a2870d (diff) | |
[2.2.x] Doc'd for_save argument of Expression.resolve_expression().
Backport of dba749917f73ce517448a42fed38dd61382e92a7 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/expressions.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt index a26e918e70..4729cada58 100644 --- a/docs/ref/models/expressions.txt +++ b/docs/ref/models/expressions.txt @@ -946,6 +946,9 @@ calling the appropriate methods on the wrapped expression. ``summarize`` is a boolean that, when ``True``, signals that the query being computed is a terminal aggregate query. + ``for_save`` is a boolean that, when ``True``, signals that the query + being executed is performing a create or update. + .. method:: get_source_expressions() Returns an ordered list of inner expressions. For example:: |
