diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-11 21:44:27 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-17 10:17:43 +0100 |
| commit | 860c2c8bc5c77194c41464655851379bf512a052 (patch) | |
| tree | 98a3688dbbb67151d944dfc8e943b00bced701b1 /tests/tablespaces | |
| parent | fe1389e911b0cdc487e5547c09c920c12f4e1ce0 (diff) | |
Moved django.db.models.loading to django.apps.cache.
This commit doesn't contain any code changes; it's purely a refactoring.
Diffstat (limited to 'tests/tablespaces')
| -rw-r--r-- | tests/tablespaces/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tablespaces/tests.py b/tests/tablespaces/tests.py index 6a81643a0c..0ee1b0e742 100644 --- a/tests/tablespaces/tests.py +++ b/tests/tablespaces/tests.py @@ -2,9 +2,9 @@ from __future__ import unicode_literals import copy +from django.apps.cache import cache from django.conf import settings from django.db import connection -from django.db.models.loading import cache from django.core.management.color import no_style from django.test import TestCase, skipIfDBFeature, skipUnlessDBFeature |
