Merge "Add missing setting for cache"

This commit is contained in:
Jenkins 2016-03-08 07:20:12 +00:00 committed by Gerrit Code Review
commit 8a02bd24b8

View File

@ -107,6 +107,8 @@ Install and configure components
.. code-block:: ini
SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
@ -191,6 +193,8 @@ Install and configure components
.. code-block:: ini
SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
@ -275,6 +279,8 @@ Install and configure components
.. code-block:: ini
SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',