Doc'd for_save argument of Expression.resolve_expression().

This commit is contained in:
Matthew Schinckel 2019-08-27 16:49:49 +02:00 committed by Mariusz Felisiak
parent 8f6860863e
commit dba749917f
1 changed files with 3 additions and 0 deletions

View File

@ -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::