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
This commit is contained in:
parent
723445f40e
commit
b4a9827133
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue