mirror of https://github.com/django/django.git
[2.0.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
Backport of ab251fdad2
from master
This commit is contained in:
parent
76e0efeb59
commit
2ce830e683
|
@ -905,7 +905,7 @@ calling the appropriate methods on the wrapped expression.
|
|||
Tells Django that this expression contains a
|
||||
:class:`~django.db.models.expressions.Window` expression. It's used,
|
||||
for example, to disallow window function expressions in queries that
|
||||
modify data. Defaults to ``True``.
|
||||
modify data.
|
||||
|
||||
.. attribute:: filterable
|
||||
|
||||
|
|
Loading…
Reference in New Issue