views:

35

answers:

0

I'm trying to pickle a request object so that I can run my view code in a debugger with valid input. However, I'm getting

Can't pickle 'lock' object: <thread.lock object at 0x93ad240>

I looked through the request object, but couldn't find a thread.lock object anywhere in it. Does anyone know where it is? Is there a better way to go about this?