summaryrefslogtreecommitdiff
path: root/jinja2/bccache.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-07-26 12:12:41 -0700
committerDavid Lord <davidism@gmail.com>2019-07-26 12:12:41 -0700
commit06696563d78e4f925426746d3b05b744804a66f4 (patch)
tree4d2a70dcf5f92d69e3f3bf33dac1d81a41fbc8f1 /jinja2/bccache.py
parentf77b09d998dffe6b8332f958db970992bd451444 (diff)
downloadjinja2-docs.tar.gz
fix linkcheck issuesdocs
Diffstat (limited to 'jinja2/bccache.py')
-rw-r--r--jinja2/bccache.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/jinja2/bccache.py b/jinja2/bccache.py
index d687d03..507a9b3 100644
--- a/jinja2/bccache.py
+++ b/jinja2/bccache.py
@@ -296,9 +296,8 @@ class MemcachedBytecodeCache(BytecodeCache):
Libraries compatible with this class:
- - `werkzeug <http://werkzeug.pocoo.org/>`_.contrib.cache
- - `python-memcached <http://www.tummy.com/Community/software/python-memcached/>`_
- - `cmemcache <http://gijsbert.org/cmemcache/>`_
+ - `cachelib <https://github.com/pallets/cachelib>`_
+ - `python-memcached <https://pypi.org/project/python-memcached/>`_
(Unfortunately the django cache interface is not compatible because it
does not support storing binary data, only unicode. You can however pass