1
0
mirror of https://github.com/django/django.git synced 2025-04-05 22:16:41 +00:00

[2.1.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.

Backport of ab251fdad251cfb1e9fb61c42b5bfed9d0afe393 from master
This commit is contained in:
Mads Jensen 2018-07-05 11:03:41 -04:00 committed by Tim Graham
parent d1d9db4ec6
commit b505cef63d

View File

@ -907,7 +907,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