From dba749917f73ce517448a42fed38dd61382e92a7 Mon Sep 17 00:00:00 2001 From: Matthew Schinckel Date: Tue, 27 Aug 2019 16:49:49 +0200 Subject: [PATCH] Doc'd for_save argument of Expression.resolve_expression(). --- docs/ref/models/expressions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt index fe7aecfbc01..ccd75d62a96 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::