summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-06-18 14:17:13 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-06-18 14:17:13 +0000
commit7cebfa1c4945f817e492058af8f7fe15daa9aa65 (patch)
tree1a396f17f423e8986d056fc2f7446d6b0936d3ed
parent5301334f156de4d8d7fbb74cc25c5e0d00eb37cb (diff)
[1.0.X] Fixed #11119 -- Corrected spelling error in 1.0 porting guide.
Merge of r11050 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/releases/1.0-porting-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.0-porting-guide.txt b/docs/releases/1.0-porting-guide.txt
index 9a5d487f38..f87da1c8d0 100644
--- a/docs/releases/1.0-porting-guide.txt
+++ b/docs/releases/1.0-porting-guide.txt
@@ -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