summaryrefslogtreecommitdiff
path: root/tests/schema
diff options
context:
space:
mode:
Diffstat (limited to 'tests/schema')
-rw-r--r--tests/schema/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/schema/models.py b/tests/schema/models.py
index 8b24b88c05..b294647f9b 100644
--- a/tests/schema/models.py
+++ b/tests/schema/models.py
@@ -1,4 +1,4 @@
-from django.core.apps.cache import AppCache
+from django.apps.cache import AppCache
from django.db import models
# Because we want to test creation and deletion of these as separate things,