#4845: The memcache caching doesn't work with the post-Unicode trunk
-------------------------+--------------------------------------------------
Reporter:  Matt Riggott  |       Owner:  jacob           
  Status:  new           |   Component:  Cache system    
 Version:  SVN           |    Keywords:  memcache unicode
   Stage:  Unreviewed    |   Has_patch:  0               
-------------------------+--------------------------------------------------
 Caching using the memcache backend (at least with the {{{memcache}}}
 library; I haven't tried {{{cmemcache}}}) no longer works with Subversion
 trunk after the Unicode merge (i.e. after [5608]).  The following error
 occurs:
 
 PythonHandler django.core.handlers.modpython:
 MemcachedStringEncodingError: Keys must be str()'s, notunicode.  Convert
 your unicode strings using mystring.encode(charset)!
 
 Rolling back to [5908] means memcache-based caching works fine.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4845>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to