summaryrefslogtreecommitdiff
path: root/tests/bulk_create
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-12-23 16:01:13 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-12-23 21:37:56 +0100
commite32095616c50bef9b06dc8637a99584ba947bae5 (patch)
treecf37f3c2201a0ad6053e9f4acf8a7e6c3507e410 /tests/bulk_create
parentda16bb30ff238aa4d59b4186d92ef5429d8d0045 (diff)
downloaddjango-e32095616c50bef9b06dc8637a99584ba947bae5.tar.gz
Imported override_settings from its new location.
Diffstat (limited to 'tests/bulk_create')
-rw-r--r--tests/bulk_create/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bulk_create/tests.py b/tests/bulk_create/tests.py
index 9bb95acb72..367cbde04d 100644
--- a/tests/bulk_create/tests.py
+++ b/tests/bulk_create/tests.py
@@ -4,7 +4,7 @@ from operator import attrgetter
from django.db import connection
from django.test import TestCase, skipIfDBFeature, skipUnlessDBFeature
-from django.test.utils import override_settings
+from django.test import override_settings
from .models import Country, Restaurant, Pizzeria, State, TwoFields