Author: mtredinnick Date: 2008-12-09 01:15:35 -0600 (Tue, 09 Dec 2008) New Revision: 9622
Modified: django/trunk/docs/ref/django-admin.txt Log: Fixed #9777 -- Typo fix. Modified: django/trunk/docs/ref/django-admin.txt =================================================================== --- django/trunk/docs/ref/django-admin.txt 2008-12-09 07:13:49 UTC (rev 9621) +++ django/trunk/docs/ref/django-admin.txt 2008-12-09 07:15:35 UTC (rev 9622) @@ -213,7 +213,7 @@ 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> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
