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:
Aymeric Augustin 2013-12-11 21:44:27 +01:00
parent fe1389e911
commit 860c2c8bc5
40 changed files with 448 additions and 419 deletions

View file

@ -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,