diff options
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 fe7aecfbc0..ccd75d62a9 100644 --- a/docs/ref/models/expressions.txt +++ b/docs/ref/models/expressions.txt @@ -944,6 +944,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:: |
