mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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
|
@ -5,7 +5,7 @@ import os
|
|||
import sys
|
||||
from unittest import TestCase
|
||||
|
||||
from django.db.models.loading import cache, load_app, get_model, get_models, AppCache
|
||||
from django.apps.cache import cache, load_app, get_model, get_models, AppCache
|
||||
from django.test.utils import override_settings
|
||||
from django.utils._os import upath
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue