summaryrefslogtreecommitdiff
path: root/tests/db_typecasts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db_typecasts')
-rw-r--r--tests/db_typecasts/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/db_typecasts/tests.py b/tests/db_typecasts/tests.py
index fc5305dcdd..27b89c0c8c 100644
--- a/tests/db_typecasts/tests.py
+++ b/tests/db_typecasts/tests.py
@@ -3,7 +3,7 @@
import datetime
import unittest
-from django.db.backends import util as typecasts
+from django.db.backends import utils as typecasts
from django.utils import six