mirror of
https://github.com/django/django.git
synced 2025-08-19 10:10:42 +00:00
Moved the new app cache inside core.
This commit is contained in:
parent
b3d5efe23f
commit
4a56a93cc4
64 changed files with 69 additions and 69 deletions
|
@ -1,4 +1,4 @@
|
|||
from django.apps.cache import BaseAppCache
|
||||
from django.core.apps.cache import BaseAppCache
|
||||
from django.db import models
|
||||
from django.db.models.options import DEFAULT_NAMES, normalize_unique_together
|
||||
from django.utils import six
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue