diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-04-06 18:59:06 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-04-06 18:59:06 +0000 |
| commit | 9a3e9c27c277e482908b43692b1f1b200d69fee3 (patch) | |
| tree | 688ee1252ffb813a14a1dc7f7c802179bf322bcb /docs | |
| parent | 61b13444c50c5f1198b14eb6053c396ec8622ca4 (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 5ea72803fb..7650951e22 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 |
