From cfcf4b3605f9653e4e056088d89932b2a0e4281b Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 1 Jul 2013 14:22:27 +0200 Subject: Stopped using django.utils.unittest in the test suite. Refs #20680. --- tests/invalid_models/tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/invalid_models') diff --git a/tests/invalid_models/tests.py b/tests/invalid_models/tests.py index f878525b3b..9c9db91da9 100644 --- a/tests/invalid_models/tests.py +++ b/tests/invalid_models/tests.py @@ -1,11 +1,10 @@ import copy import sys +import unittest from django.core.management.validation import get_validation_errors from django.db.models.loading import cache, load_app - from django.test.utils import override_settings -from django.utils import unittest from django.utils.six import StringIO -- cgit v1.3