diff options
| author | Tim Graham <timograham@gmail.com> | 2023-04-16 19:14:09 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-17 06:55:32 +0200 |
| commit | 2c4dc6476083c853b654e462c7ff65dbe0334c9e (patch) | |
| tree | adb5cb4206a769452af5172cb5f8633f6eca17d7 /docs/releases/3.2.txt | |
| parent | 255f5345904854128647705adcb8d21138e87c63 (diff) | |
Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 5d77d7b462..55bfff0940 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -143,11 +143,9 @@ Functional indexes are added to models using the ---------------------- The new ``django.core.cache.backends.memcached.PyMemcacheCache`` cache backend -allows using the pymemcache_ library for memcached. ``pymemcache`` 3.4.0 or -higher is required. For more details, see the :doc:`documentation on caching in -Django </topics/cache>`. - -.. _pymemcache: https://pypi.org/project/pymemcache/ +allows using the :pypi:`pymemcache` library for memcached. ``pymemcache`` 3.4.0 +or higher is required. For more details, see the :doc:`documentation on caching +in Django </topics/cache>`. New decorators for the admin site --------------------------------- |
