Skip to content

Commit

Permalink
Fixed #15079 -- Added a missing import in the cache infrastructure. T…
Browse files Browse the repository at this point in the history
…hanks to jaylett for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Jan 15, 2011
1 parent 1199721 commit df5c01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/core/cache/__init__.py
Expand Up @@ -18,6 +18,7 @@
from django.core import signals
from django.core.cache.backends.base import (
InvalidCacheBackendError, CacheKeyWarning, BaseCache)
from django.core.exceptions import ImproperlyConfigured
from django.utils import importlib

try:
Expand Down

0 comments on commit df5c01b

Please sign in to comment.