diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-12-09 07:18:32 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-12-09 07:18:32 +0000 |
| commit | 2e4336b659a2df713ebbd90ff8f8618c20f29369 (patch) | |
| tree | e32c4a09d7333a64e7f4ce702b902c2445916cc2 /docs | |
| parent | bc2cc6eb094d61f41d60d32e03b82d921d210ff2 (diff) | |
[1.0.X] Fixed #9777 -- Typo fix.
Backport of r9622 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9624 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 016ef397b2..1397cb165f 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -217,7 +217,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> |
