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:
@@ -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
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user