From 9a3e9c27c277e482908b43692b1f1b200d69fee3 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Fri, 6 Apr 2012 18:59:06 +0000 Subject: [PATCH] [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 --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 5ea72803fb32c..7650951e222af 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