From 860c2c8bc5c77194c41464655851379bf512a052 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 11 Dec 2013 21:44:27 +0100 Subject: Moved django.db.models.loading to django.apps.cache. This commit doesn't contain any code changes; it's purely a refactoring. --- tests/proxy_models/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/proxy_models') diff --git a/tests/proxy_models/tests.py b/tests/proxy_models/tests.py index 8be7929ac4..a900366744 100644 --- a/tests/proxy_models/tests.py +++ b/tests/proxy_models/tests.py @@ -1,13 +1,13 @@ from __future__ import unicode_literals import copy +from django.apps.cache import cache from django.contrib import admin from django.contrib.contenttypes.models import ContentType from django.core import management from django.core.exceptions import FieldError from django.db import models, DEFAULT_DB_ALIAS from django.db.models import signals -from django.db.models.loading import cache from django.test import TestCase from django.test.utils import override_settings -- cgit v1.3