From 18ffdb1772ba60e085cff8fd9a1d4a7b129b4032 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 16 Sep 2013 12:52:05 -0400 Subject: Fixed #17627 -- Renamed util.py files to utils.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor KoƂodziej for the initial patch. --- tests/db_typecasts/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/db_typecasts') 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 -- cgit v1.3