← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1152545] Re: deprecated CACHE_* statement in local_settings.py.example

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1152545

Title:
  deprecated CACHE_* statement in local_settings.py.example

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  the cache syntax changed to something like: {
      'default': {
          'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
      }
  }
  At every start, you'll get a warning DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1152545/+subscriptions