Moved the new app cache inside core.

This commit is contained in:
Aymeric Augustin 2013-12-16 11:52:05 +01:00
parent b3d5efe23f
commit 4a56a93cc4
64 changed files with 69 additions and 69 deletions

View file

@ -3,7 +3,7 @@ from __future__ import unicode_literals
import datetime
import unittest
from django.apps.cache import BaseAppCache
from django.core.apps.cache import BaseAppCache
from django.core.exceptions import ValidationError
from django.db import models
from django.test import TestCase