diff options
| author | Mads Jensen <mje@inducks.org> | 2018-07-05 11:03:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-05 11:12:08 -0400 |
| commit | ab251fdad251cfb1e9fb61c42b5bfed9d0afe393 (patch) | |
| tree | d70d5e48cb7f5655f3ca24a3910d4d4309a0b476 /docs | |
| parent | a0b19a0f5b1731cf575546175034da53f5af5367 (diff) | |
Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/expressions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt index fe4dc2c525..5969085ee4 100644 --- a/docs/ref/models/expressions.txt +++ b/docs/ref/models/expressions.txt @@ -897,7 +897,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 |
