diff options
author | David Lord <davidism@gmail.com> | 2019-07-26 12:12:41 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2019-07-26 12:12:41 -0700 |
commit | 06696563d78e4f925426746d3b05b744804a66f4 (patch) | |
tree | 4d2a70dcf5f92d69e3f3bf33dac1d81a41fbc8f1 /jinja2/bccache.py | |
parent | f77b09d998dffe6b8332f958db970992bd451444 (diff) | |
download | jinja2-docs.tar.gz |
fix linkcheck issuesdocs
Diffstat (limited to 'jinja2/bccache.py')
-rw-r--r-- | jinja2/bccache.py | 5 |
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 |