diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-12-09 07:15:35 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-12-09 07:15:35 +0000 |
| commit | 731f6be26240fc7b2ecd8e2f60818070427f75fb (patch) | |
| tree | deab98c2747f16d19c6d0c4f466323a49cdb4410 /docs | |
| parent | d29b7a14c5e67b9f287f44e1e5a3a8164a09665f (diff) | |
Fixed #9777 -- Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9622 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 357e22b1a5..7b6b6c4fd6 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -213,7 +213,7 @@ the output, you would call:: If you want to exclude multiple applications, use multiple ``--exclude`` directives:: - django-admin.py dumpdata --exclude=auth --exclude=contenttype + django-admin.py dumpdata --exclude=auth --exclude=contenttypes .. django-admin-option:: --format <fmt> |
