summaryrefslogtreecommitdiff
path: root/docs/releases/4.0.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2023-04-16 19:14:09 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-17 06:55:32 +0200
commit2c4dc6476083c853b654e462c7ff65dbe0334c9e (patch)
treeadb5cb4206a769452af5172cb5f8633f6eca17d7 /docs/releases/4.0.txt
parent255f5345904854128647705adcb8d21138e87c63 (diff)
downloaddjango-2c4dc6476083c853b654e462c7ff65dbe0334c9e.tar.gz
Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/releases/4.0.txt')
-rw-r--r--docs/releases/4.0.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index d2aaf98f80..05f199e4fe 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -109,11 +109,9 @@ Redis cache backend
-------------------
The new ``django.core.cache.backends.redis.RedisCache`` cache backend provides
-built-in support for caching with Redis. `redis-py`_ 3.0.0 or higher is
-required. For more details, see the :ref:`documentation on caching with Redis
-in Django <redis>`.
-
-.. _`redis-py`: https://pypi.org/project/redis/
+built-in support for caching with Redis. :pypi:`redis-py <redis>` 3.0.0 or
+higher is required. For more details, see the :ref:`documentation on caching
+with Redis in Django <redis>`.
Template based form rendering
-----------------------------