#6008: The add() method of the locmem's CacheClass doesn't pickle the value -------------------------------+-------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Component: Cache system Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 -------------------------------+-------------------------------------------- The method doesn't pickle the value before passing it to its super-method. If the meaning of `add()` is the same as for `add` in Memcached (the method adds to the cache, only if it doesn't already exist), then it should cache the same (i. e. pickled) value as `set()`.
-- Ticket URL: <http://code.djangoproject.com/ticket/6008> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
