summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-12-16 11:52:05 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-12-17 10:17:46 +0100
commit4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2 (patch)
tree93ef8485b68063367d7d1599004625a67e383faf /tests/contenttypes_tests
parentb3d5efe23fb5af586eb274c059ad17645da1c135 (diff)
Moved the new app cache inside core.
Diffstat (limited to 'tests/contenttypes_tests')
-rw-r--r--tests/contenttypes_tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/contenttypes_tests/tests.py b/tests/contenttypes_tests/tests.py
index a56d196933..ea61e5e893 100644
--- a/tests/contenttypes_tests/tests.py
+++ b/tests/contenttypes_tests/tests.py
@@ -1,7 +1,7 @@
from __future__ import unicode_literals
-from django.apps.cache import BaseAppCache
from django.contrib.contenttypes.models import ContentType
+from django.core.apps.cache import BaseAppCache
from django.db import models
from django.test import TestCase