mirror of https://github.com/django/django.git
Doc'd for_save argument of Expression.resolve_expression().
This commit is contained in:
parent
8f6860863e
commit
dba749917f
|
@ -944,6 +944,9 @@ calling the appropriate methods on the wrapped expression.
|
||||||
``summarize`` is a boolean that, when ``True``, signals that the
|
``summarize`` is a boolean that, when ``True``, signals that the
|
||||||
query being computed is a terminal aggregate query.
|
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()
|
.. method:: get_source_expressions()
|
||||||
|
|
||||||
Returns an ordered list of inner expressions. For example::
|
Returns an ordered list of inner expressions. For example::
|
||||||
|
|
Loading…
Reference in New Issue