Commit b4a98271 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Fixed #18074 -- Fixed description of dumpdata command --database option.

Thanks aruseni for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 723445f4
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