Re: Problem pickling querysets with memcached

2009-04-20 Thread libwilliam
ks for taking a look. Will On Apr 20, 12:31 pm, Anatoliy <anatoliy.la...@gmail.com> wrote: > Works for me. > > What version of python, django, memcached and python memcache bindings > you use? > > On 20 апр, 11:41, libwilliam <libwill...@gmail.com> wrote: > > >http

Problem pickling querysets with memcached

2009-04-20 Thread libwilliam
http://dl.getdropbox.com/u/174510/pickle_test.tar.gz I am having trouble pickling querysets. I don't have any problem when using local memory but I do when using memcached. I have a link to a test project that shows the problem. The settings file is using memcached on port 2559. I started