summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMatthew Schinckel <matt@schinckel.net>2019-08-27 16:49:49 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-08-27 16:54:01 +0200
commitdba749917f73ce517448a42fed38dd61382e92a7 (patch)
tree3fe9b7a0924171336d64062188c599d624d86ec8 /docs/ref
parent8f6860863e34cb1cbe24161f1c4e7c79007e93dc (diff)
Doc'd for_save argument of Expression.resolve_expression().
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/expressions.txt3
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::