﻿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
23868	dumpdata options documentation isn't correctly formatted for some options	Keryn Knight	Tim Graham	"Specifically, [https://docs.djangoproject.com/en/dev/ref/django-admin/#dumpdata-app-label-app-label-app-label-model dumpdata <app_label app_label ...>] gives `--format`, `--pks`, `--indent` etc their own headings, but `--exclude` and `--database` are formatted in such a way that they look like addendums to the `--indent` documentation.

Also, `--pks` lacks a demonstrative example that `--format` and `--indent` provide (eg: `<pk,pk,pk ...>` or whatever). I'd suggest that example argument formats should also be given to `--exclude` and `--database`, if hoisted to headings.

An argument could be made that because both are common options (documented under common options) they needn't even be covered here, I suppose, though given `dumpdata` exports unmanaged models (which it may not be able to) I'd say the `--exclude` is pertinent. If hoisting to their own headings is undesirable because they're already headings elsewhere, the paragraphs should probably be moved to the preamble which includes explaining `--all` as prose."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed		django@…	Ready for checkin	1	0	0	0	0	0
