-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MemcachedKeyCharacterError #21
Comments
Hi there, please try to overwrite |
Thanks! Indeed, using something like
seems to work. On the other hand, I tried to use the make_name parameter but without success. Do you have a working example with a custom make_name method? |
EDIT: Nevermind. I get it now :) I'll look into it later. Thanks. |
Looking at the code - |
I did it like this:
where
But, make_name_for_view never gets called. |
Hi,
I am trying to use the @memoize decorator to cache a method in a view, with python-memcached present, like below:
and I get the following error:
Full traceback - https://gist.github.com/DragosChirila/ce814ffd2a4d24e82c78c8cd013288e6
Am I doing something wrong here? Could you please advice?
The text was updated successfully, but these errors were encountered: