mirror of
https://github.com/django/django.git
synced 2025-12-03 08:32:59 +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,7 +1,7 @@
|
|||
import sys
|
||||
import unittest
|
||||
|
||||
from django.apps import app_cache
|
||||
from django.core.apps import app_cache
|
||||
from django.core.management.validation import get_validation_errors
|
||||
from django.test.utils import override_settings
|
||||
from django.utils.six import StringIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue