puppet-horizon/releasenotes/notes/deprecate-memcache-backend-ce0b3304e4842cae.yaml
Takashi Kajinami 567d97e1da Deprecate support of MemcachedCache backend
This backend was deprecated in django 3.2 and was removed in 4.1.

At the time of writing, all of the supported distributions provide
django 3.2 which contains the deprecation, so we can deprecate its
support now.

Change-Id: Ic0781aa5cd2100ded69ec262cffd834b0de86495
2023-11-16 03:24:15 +09:00

6 lines
136 B
YAML

---
deprecations:
- |
Support for the MemcachedCache backend has been deprecated. This backend
was deprecated in django 3.2 .