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
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
Confirmed it works with python-binary-memcached>=0.30 -- not sure if something can be added to the dependency info to ensure people don't get bitten by the django>=3.2 + python-binary-memcached<=0.29 combo?
DrMeers
changed the title
Incompatible with Django 3.2?
Incompatible with Django 3.2 and python-binary-memcached<=0.29
Apr 16, 2021
Hey there @DrMeers that is a hard one to tackle as people install this package and freeze the whole venv and do not bump the required library when needed.
I'd suggest using something like poetry that would know how to deal properly with this locking.
So, if you get a the current version of django-bmemcached and python-binary-memcached, does it work?
has_key()
returnsTrue
for all keys.Presumably something to do with django/django@bb64b99 -- adding
_missing_key = None
makes it work correctly.Was testing with
python-binary-memcached==0.29
, will try newer version and see if that supports default values inget()
The text was updated successfully, but these errors were encountered: