From b4a98271339e1595fc5e362da0d1b82b3c492448 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Fri, 6 Apr 2012 18:55:42 +0000 Subject: [PATCH] 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 --- 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 845db15500..f65f302cdb 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