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
|
@ -3,9 +3,9 @@ from __future__ import unicode_literals
|
|||
import datetime
|
||||
import unittest
|
||||
|
||||
from django.apps.cache import BaseAppCache
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.db import models
|
||||
from django.db.models.loading import BaseAppCache
|
||||
from django.test import TestCase
|
||||
|
||||
from .models import (CustomPKModel, UniqueTogetherModel, UniqueFieldsModel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue