summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2022-02-23 16:18:02 +0000
committerGitHub <noreply@github.com>2022-02-23 08:18:02 -0800
commit869a121944d9a3bedc7bf5da8e963a6ee304701e (patch)
tree2fda1319a2daccb26cd4b514654a57c19aaeac9b
parent29c1c5ab9a46e7d83b8e44efcd962bb78a28031e (diff)
downloadpymemcache-869a121944d9a3bedc7bf5da8e963a6ee304701e.tar.gz
Update Django paragraph (#378)
Django added built-in support in 3.2: https://docs.djangoproject.com/en/3.2/releases/3.2/#pymemcache-support
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c05c102..457c07a 100644
--- a/README.rst
+++ b/README.rst
@@ -49,9 +49,12 @@ See the documentation here: https://pymemcache.readthedocs.io/en/latest/
Django
------
-If you're planning on using pymemcache with Django, you might be interested in
+Since version 3.2, Django has included a pymemcache-based cache backend.
+See `its documentation
+<https://docs.djangoproject.com/en/stable/topics/cache/#memcached>`__.
+
+On older Django versions, you can use
`django-pymemcache <https://github.com/django-pymemcache/django-pymemcache>`_.
-It provides a Django cache backend that is built on pymemcache.
Comparison with Other Libraries
===============================