You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/testapp/tests/test_autokeyed_cache.py::test_after_runtime_key_change_its_not_in_cache
/var/www/gitlibs/django-admin-caching/.tox/py36-django111/lib/python3.6/site-packages/django/core/cache/backends/base.py:243: CacheKeyWarning: Cache key contains characters that will cause errors if used with memcached: ':1:testapp.admin.MyGroupAdmin-auth.Group-first key'
'used with memcached: %r' % key, CacheKeyWarning
/var/www/gitlibs/django-admin-caching/.tox/py36-django111/lib/python3.6/site-packages/django/core/cache/backends/base.py:243: CacheKeyWarning: Cache key contains characters that will cause errors if used with memcached: ':1:testapp.admin.MyGroupAdmin-auth.Group-second key'
'used with memcached: %r' % key, CacheKeyWarning
tests/testapp/tests/test_autokeyed_cache.py::test_can_remove_itself_from_the_cache
/var/www/gitlibs/django-admin-caching/.tox/py36-django111/lib/python3.6/site-packages/django/core/cache/backends/base.py:243: CacheKeyWarning: Cache key contains characters that will cause errors if used with memcached: ':1:other key'
'used with memcached: %r' % key, CacheKeyWarning
-- Docs: http://doc.pytest.org/en/latest/warnings.html
The text was updated successfully, but these errors were encountered:
zsoldosp
changed the title
CacheKeyWarning: Cache key contains characters that will cause errors if used with memcached: ':1:testapp.admin.MyGroupAdmin-auth.Group-first key'
CacheKeyWarning: Cache key contains characters that will cause errors if used with memcached:
Jun 27, 2017
e.g.: with
py36-django111
The text was updated successfully, but these errors were encountered: