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/empty/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/empty') diff --git a/tests/empty/tests.py b/tests/empty/tests.py index 007d04c363..2a9f568aea 100644 --- a/tests/empty/tests.py +++ b/tests/empty/tests.py @@ -1,5 +1,5 @@ +from django.apps.cache import get_app from django.core.exceptions import ImproperlyConfigured -from django.db.models.loading import get_app from django.test import TestCase from django.test.utils import override_settings from django.utils import six -- cgit v1.3