﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31173	Testing with PickleSerializer and Mock objects breaks.	Mmadu Manasseh	nobody	"When trying to mock a session object when the session serializer is set to Pickle throws an error. 
_pickle.PicklingError: Can't pickle <class 'mock.mock.Mock'>: it's not the same object as mock.mock.Mock                                            

This is an inherent problem in python which can be found in issue: https://bugs.python.org/issue20804 and https://github.com/testing-cabal/mock/issues/139. 

I think Django should provide a way to make the PickleSerializer overcome this issue."	Bug	closed	contrib.sessions	3.0	Normal	invalid	Pickle, Mock, Session		Unreviewed	0	0	0	0	0	0
