mirror of
https://github.com/django/django.git
synced 2025-08-27 04:09:12 +00:00
[2.2.x] Doc'd for_save argument of Expression.resolve_expression().
Backport of dba749917f73ce517448a42fed38dd61382e92a7 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…
x
Reference in New Issue
Block a user