From de1dc3a87427475590d8efe10f3f627397524fca Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 27 Nov 2025 16:12:19 +0000 Subject: [5.2.x] Fixed outdated redis-py link in cache docs. Backport of 7b32485ee98edf7e8b94ad9c8acdccee562bf216 from main. --- docs/topics/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 51d427abf4..4d7c627745 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -188,7 +188,7 @@ To use Redis as your cache backend with Django: * Set :setting:`LOCATION ` to the URL pointing to your Redis instance, using the appropriate scheme. See the ``redis-py`` docs for `details on the available schemes - `_. + `__. For example, if Redis is running on localhost (127.0.0.1) port 6379:: -- cgit v1.3