summaryrefslogtreecommitdiff
path: root/tests/serializers/tests.py
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/serializers/tests.py
parentda16bb30ff238aa4d59b4186d92ef5429d8d0045 (diff)
downloaddjango-e32095616c50bef9b06dc8637a99584ba947bae5.tar.gz
Imported override_settings from its new location.
Diffstat (limited to 'tests/serializers/tests.py')
-rw-r--r--tests/serializers/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/serializers/tests.py b/tests/serializers/tests.py
index b9e3bb543f..6433101878 100644
--- a/tests/serializers/tests.py
+++ b/tests/serializers/tests.py
@@ -16,8 +16,8 @@ except ImportError:
from django.core import management, serializers
from django.db import transaction, connection
-from django.test import TestCase, TransactionTestCase
-from django.test.utils import Approximate, override_settings
+from django.test import TestCase, TransactionTestCase, override_settings
+from django.test.utils import Approximate
from django.utils import six
from django.utils.six import StringIO