caa99b2010
The new library is already supported in django 3.2 and gives us better support for IPv6 addresses and encrypted connections. Also, the same library is being used by all other OpenStack projects. Depends-on: https://review.opendev.org/c/openstack/devstack/+/898302 Closes-Bug: #2039225 Change-Id: I964ac4d0d62dff4c1f7c1f1373763fbf23024269
9 lines
347 B
YAML
9 lines
347 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Default cache backend has been changed from MemcachedCache backend to
|
|
PyMemcacheCache backend. MemcachedCache backend was deprecated in django
|
|
3.2 and was later removed in django 4.1. Note that the LOCATION option
|
|
needs to be updated in case memcached servers use IPv6, so that inet6
|
|
prefix is not included.
|