[2.2.x] Doc'd for_save argument of Expression.resolve_expression().
Backport of dba749917f
from master
This commit is contained in:
parent
56f7a62d28
commit
6c17b86590
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue