mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Moved django.db.models.loading to django.apps.cache.
This commit doesn't contain any code changes; it's purely a refactoring.
This commit is contained in:
parent
fe1389e911
commit
860c2c8bc5
40 changed files with 448 additions and 419 deletions
|
@ -2,10 +2,10 @@ from __future__ import unicode_literals
|
|||
|
||||
from django.utils.six import StringIO
|
||||
|
||||
from django.apps.cache import cache
|
||||
from django.contrib.auth.models import Permission
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core import management
|
||||
from django.db.models.loading import cache
|
||||
from django.test import TestCase
|
||||
from django.test.utils import override_settings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue