diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2024-12-15 11:39:05 -0500 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-16 10:29:34 +0100 |
| commit | d36ad43f612295e2740fa26b7307d4041044ae3e (patch) | |
| tree | 974cc968981803f60993ba0cd82624881bb2c51d | |
| parent | 54059125956789ad4c19b77eb7f5cde76eec0643 (diff) | |
Imported Coalesce from django.db.models.functions.
| -rw-r--r-- | django/db/models/aggregates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/aggregates.py b/django/db/models/aggregates.py index 73f03a4916..98d173b958 100644 --- a/django/db/models/aggregates.py +++ b/django/db/models/aggregates.py @@ -6,7 +6,7 @@ from django.core.exceptions import FieldError, FullResultSet from django.db import NotSupportedError from django.db.models.expressions import Case, ColPairs, Func, Star, Value, When from django.db.models.fields import IntegerField -from django.db.models.functions.comparison import Coalesce +from django.db.models.functions import Coalesce from django.db.models.functions.mixins import ( FixDurationInputMixin, NumericOutputFieldMixin, |
