Which key is used in 1.2.4 to create the memcache keys? I am having some html in my database whose keys I want to delete from the memcache after they have been saved (or via admin actions)
I don’t know how to get their keys and even doing a cache.clear() in the action and console did not delete anything from the cache. If I were using 1.3 I could just define my own keys using KEY_FUNCTION, but in 1.2. I can’t do that. Doing some telnet to memcach I found out that the keys are very long and that they include the path.to.view and some odd numbers (probably session keys or something) How can I disable this behavior? For it would be fine, if the key was just ‘/pages/about’ Thank you for helping (once again) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.