Re: Can't pickle error from development version (7825)

2008-07-02 Thread Tipan
Hi Malcolm, I've been back through as you suggested and can trace the problem to revision 7477 which is merging of the Queryset refactor branch into the trunk. Version 7476 works fine with our application. I'll have a play with my view code to see if I can see exactly what is causing the problem

Re: Can't pickle error from development version (7825)

2008-07-02 Thread Malcolm Tredinnick
On Wed, 2008-07-02 at 04:47 -0700, Tipan wrote: > Whilst setting up a new machine for development I took down the latest > development version of Django (7825). I am now experiencing a Pickle > error when running my existing application which has been working fine > on our production servers for

Can't pickle error from development version (7825)

2008-07-02 Thread Tipan
Whilst setting up a new machine for development I took down the latest development version of Django (7825). I am now experiencing a Pickle error when running my existing application which has been working fine on our production servers for a few months. The error occurs when using the Cache.set f