mirror of
https://github.com/django/django.git
synced 2024-11-30 15:10:46 +01:00
Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
This commit is contained in:
parent
a0b19a0f5b
commit
ab251fdad2
@ -897,7 +897,7 @@ calling the appropriate methods on the wrapped expression.
|
|||||||
Tells Django that this expression contains a
|
Tells Django that this expression contains a
|
||||||
:class:`~django.db.models.expressions.Window` expression. It's used,
|
:class:`~django.db.models.expressions.Window` expression. It's used,
|
||||||
for example, to disallow window function expressions in queries that
|
for example, to disallow window function expressions in queries that
|
||||||
modify data. Defaults to ``True``.
|
modify data.
|
||||||
|
|
||||||
.. attribute:: filterable
|
.. attribute:: filterable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user