summaryrefslogtreecommitdiff
path: root/tests/i18n/contenttypes
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-10-22 20:38:11 -0300
committerRamiro Morales <cramm0@gmail.com>2013-10-22 22:40:01 -0300
commitbcc65c13a086f3e6d24dc7fc92a167fd836af501 (patch)
tree55d025e8a1e8b7229fafb0fbbd5221db1de699af /tests/i18n/contenttypes
parent2e74d6cb53a38c4cc08d4a069157be335a486ddd (diff)
[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.
51d2e1fb23 from master.
Diffstat (limited to 'tests/i18n/contenttypes')
-rw-r--r--tests/i18n/contenttypes/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/i18n/contenttypes/tests.py b/tests/i18n/contenttypes/tests.py
index cbac9ec5da..c48f8fc6dd 100644
--- a/tests/i18n/contenttypes/tests.py
+++ b/tests/i18n/contenttypes/tests.py
@@ -5,13 +5,11 @@ import os
from django.contrib.contenttypes.models import ContentType
from django.test import TestCase
-from django.test.utils import override_settings
+from django.test.utils import override_settings, TransRealMixin
from django.utils._os import upath
from django.utils import six
from django.utils import translation
-from i18n import TransRealMixin
-
@override_settings(
USE_I18N=True,