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:38:29 -0400 |
| commit | b505cef63db39abe989ac05c3cf20544b61d8bf0 (patch) | |
| tree | 6fdc905eb02c4be231b91f3cf897dc6ea4b27235 /docs | |
| parent | d1d9db4ec666e14b0b6ad382169af25295286faa (diff) | |
[2.1.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
Backport of ab251fdad251cfb1e9fb61c42b5bfed9d0afe393 from master
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 a929e8a98f..759914cc05 100644 --- a/docs/ref/models/expressions.txt +++ b/docs/ref/models/expressions.txt @@ -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 |
