summaryrefslogtreecommitdiff
path: root/tests/db_typecasts
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-16 12:52:05 -0400
committerTim Graham <timograham@gmail.com>2013-09-16 12:52:05 -0400
commit18ffdb1772ba60e085cff8fd9a1d4a7b129b4032 (patch)
tree69ea529302e5c498e6b020b03c30e2ccf4a21936 /tests/db_typecasts
parent8d29005524b141da8ff4d9b9bc4d858d43bb7154 (diff)
downloaddjango-18ffdb1772ba60e085cff8fd9a1d4a7b129b4032.tar.gz
Fixed #17627 -- Renamed util.py files to utils.py
Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor KoƂodziej for the initial patch.
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