diff options
Diffstat (limited to 'tests/app_cache/models.py')
-rw-r--r-- | tests/app_cache/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app_cache/models.py b/tests/app_cache/models.py index cc092390ab..99f9f57b67 100644 --- a/tests/app_cache/models.py +++ b/tests/app_cache/models.py @@ -1,4 +1,4 @@ -from django.apps.cache import BaseAppCache +from django.core.apps.cache import BaseAppCache from django.db import models # We're testing app cache presence on load, so this is handy. |