1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.

This commit is contained in:
Ed Morley
2016-08-31 18:15:22 +01:00
committed by Tim Graham
parent c8058dc241
commit d8ef5b0e65
4 changed files with 14 additions and 3 deletions

View File

@@ -173,6 +173,10 @@ Cache
control of client behavior. See the :ref:`cache arguments <cache_arguments>`
documentation for examples.
* Memcached backends now allow defining multiple servers as a comma-delimited
string in :setting:`LOCATION <CACHES-LOCATION>`, for convenience with
third-party services that use such strings in environment variables.
CSRF
~~~~