Author: mtredinnick Date: 2008-12-09 01:18:32 -0600 (Tue, 09 Dec 2008) New Revision: 9624
Modified: django/branches/releases/1.0.X/docs/ref/django-admin.txt Log: [1.0.X] Fixed #9777 -- Typo fix. Backport of r9622 from trunk. Modified: django/branches/releases/1.0.X/docs/ref/django-admin.txt =================================================================== --- django/branches/releases/1.0.X/docs/ref/django-admin.txt 2008-12-09 07:18:02 UTC (rev 9623) +++ django/branches/releases/1.0.X/docs/ref/django-admin.txt 2008-12-09 07:18:32 UTC (rev 9624) @@ -217,7 +217,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 -~----------~----~----~----~------~----~------~--~---
