1
0
mirror of https://github.com/django/django.git synced 2025-01-27 10:39:40 +00:00

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

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