From ab251fdad251cfb1e9fb61c42b5bfed9d0afe393 Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Thu, 5 Jul 2018 11:03:41 -0400 Subject: [PATCH] Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs. --- docs/ref/models/expressions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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