mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Moved the new app cache inside core.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.apps import app_cache
|
||||
from django.apps.cache import BaseAppCache
|
||||
from django.core.apps import app_cache
|
||||
from django.core.apps.cache import BaseAppCache
|
||||
from django.db import models
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user