#15012: cache_page decorator (memcached) fails with Django 1.3b1 (can't pickle
Input object)
-----------------------------------------+----------------------------------
          Reporter:  vkojouha...@abv.bg  |         Owner:  nobody          
            Status:  reopened            |     Milestone:  1.3             
         Component:  Cache system        |       Version:  1.3-beta        
        Resolution:                      |      Keywords:  pickle memcached
             Stage:  Unreviewed          |     Has_patch:  0               
        Needs_docs:  0                   |   Needs_tests:  0               
Needs_better_patch:  0                   |  
-----------------------------------------+----------------------------------
Changes (by urandom):

  * status:  closed => reopened
  * resolution:  worksforme =>

Comment:

 I've attached a generic django project, with an app that only contains 1
 view that is cached. The only setting that was changed was the cache
 setting. The apache directory contains the wsgi and virtualhost configs
 for apache.

 Running this through apache reproduces this error. Interestingly, running
 it through the internal server produces a different error, which is still
 connected to the cache_page:

 {{{ a class that defines __slots__ without defining __getstate__ cannot be
 pickled }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15012#comment:2>
Django <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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to