diff options
Diffstat (limited to 'django/db/backends/base/features.py')
| -rw-r--r-- | django/db/backends/base/features.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/django/db/backends/base/features.py b/django/db/backends/base/features.py index 89b417c7de..20996f9cf5 100644 --- a/django/db/backends/base/features.py +++ b/django/db/backends/base/features.py @@ -289,7 +289,8 @@ class BaseDatabaseFeatures: # field(s)? allows_multiple_constraints_on_same_fields = True - # Does the backend support boolean expressions in the SELECT clause? + # Does the backend support boolean expressions in SELECT and GROUP BY + # clauses? supports_boolean_expr_in_select_clause = True def __init__(self, connection): |
