﻿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
14515	Can't pickle ValueQuerySet if query references fields, which aren't on the same model.	Florian Apolloner	nobody	"This will work during pickle.dumps: http://paste.pocoo.org/show/278047/ but will fail when I run loads.

 The reason is that {{{ __getstate__ }}} of {{{ ValueQueryset }}} puts (in this case) {{{ ['name', 'deleted', 'id', 'id'] }}} into {{{  obj_dict['search_fields'] }}} (http://code.djangoproject.com/browser/django/trunk/django/db/models/sql/query.py#L176); during loads it won't find Page.deleted etc… (full traceback: http://paste.pocoo.org/show/278050/)"		new	Database layer (models, ORM)	1.2					Unreviewed	0	0	0	0		
