Commit 9a3e9c27 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

[1.4.X] Fixed #18074 -- Fixed description of dumpdata command --database option.

Thanks aruseni for the report.

Backport of r17873 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 61b13444
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ model names.
.. versionadded:: 1.2

The :djadminopt:`--database` option can be used to specify the database
onto which the data will be loaded.
from which data will be dumped.

.. django-admin-option:: --natural