﻿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
13746	dumpdata help does not include info about custom managers	Paul McMillan	Paul McMillan	"The current dumpdata help is misleading:
{{{
Output the contents of the database as a fixture of the given format.
}}}

The docs specify that it does this using the default manager on an object (leading to potential omissions on dumped data) but a user who checks the help command isn't informed of this.

I've attached a patch which clarifies the dumpdata message slightly as well as explicitly mentioning it in the custom manager documentation where it should be noticed as a new user learns about managers."		closed	Core (Management commands)	1.2		fixed	django-admin, dumpdata		Ready for checkin	1	0	0	0	0	0
