mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #9777 -- Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d29b7a14c5
commit
731f6be262
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue