﻿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
14162	Dumpdata needs an option to use the base manager instead of the default manager	Paul McMillan	Paul McMillan	"Objects with custom managers sometimes filter results when `dumpdata` is run. Often we want to dump all the objects in our database, not just the subset of objects which are returned by the default manager.

The attached patch adds a `--all` option to the `dumpdata` command which makes it use Django's base manager instead of the default manager. This means that even objects which would normally be filtered by the default manager are returned."		closed	Core (Management commands)	dev		fixed			Ready for checkin	1	0	0	0	0	0
