﻿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
18074	Seems like there is a misprint in the “django-admin.py and manage.py” section	aruseni	nobody	"The same phrase is in description for both dumpdata and loaddata commands:

> The --database option can be used to specify the database onto which the data will be loaded.

https://docs.djangoproject.com/en/dev/ref/django-admin/

This is also applicable to the internal help of the dumpdata command prior to Django 1.4.

{{{
#!div style=""font-size: 80%""
  {{{#!sh
  python manage.py help loaddata
  python manage.py help dumpdata
  }}}
}}}

In Django 1.3.1, output of these two commands contained this phrase:

> Nominates a specific database to load fixtures into. Defaults to the ""default"" database.

So, I think the documentation for the dumpdata command should be updated to look something like this:

> The --database option can be used to specify the database from which the data will be dumped."	Uncategorized	closed	Documentation	1.4	Normal	fixed			Unreviewed	0	0	0	0	1	0
