summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/features.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/backends/postgresql/features.py')
-rw-r--r--django/db/backends/postgresql/features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/postgresql/features.py b/django/db/backends/postgresql/features.py
index 67c04d89dc..533c8dc282 100644
--- a/django/db/backends/postgresql/features.py
+++ b/django/db/backends/postgresql/features.py
@@ -1,7 +1,7 @@
import operator
+from django.db import InterfaceError
from django.db.backends.base.features import BaseDatabaseFeatures
-from django.db.utils import InterfaceError
from django.utils.functional import cached_property