Fixed #11119 -- Corrected spelling error in 1.0 porting guide.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
97fb6cf2b3
commit
b9d1757840
|
@ -677,7 +677,7 @@ load_data::
|
|||
management.call_command('flush', verbosity=0, interactive=False)
|
||||
management.call_command('loaddata', 'test_data', verbosity=0)
|
||||
|
||||
Subcommands must now preceed options
|
||||
Subcommands must now precede options
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
``django-admin.py`` and ``manage.py`` now require subcommands to precede
|
||||
|
|
Loading…
Reference in New Issue