﻿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
25050	When the default manager returns a queryset with a deferred field, the dumpdata command fails to produce importable data.	cecedille1	nobody	"When the default manager returns a queryset that has deferred fields, with Queryset.only or Queryset.deferred, the dumpdata command will print  the model name as *the model*_derred_*thefields*. This model name make the import fail.

I made a github project to expose the bug: https://github.com/cecedille1/DjangoBug

I've a project with a table containing images as blobs. I deferred the image to avoid retrieving too many datas from the database."	Bug	closed	Core (Serialization)	1.8	Normal	fixed			Ready for checkin	1	0	0	0	1	0
