summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2007-09-03 13:13:10 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2007-09-03 13:13:10 +0000
commit853f9c7db9f506de20228eb74d9d34abeba10dbf (patch)
tree1c714b74fe1b9e06330ca8cf02f2dfffbd45d717 /docs
parent3bf4ef0c77f80e2ed7fab298679ab0c5f28bc900 (diff)
Fixed #5271 -- Fixed documentation reference to using the application name as an argument to manage.py validate. The recent management.py refactor exposed this error; it was silently ignored previously.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index 60c527216b..77b5b11103 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -383,7 +383,7 @@ Note the following:
the SQL to the database.
If you're interested, also run the following commands:
- * ``python manage.py validate polls`` -- Checks for any errors in the
+ * ``python manage.py validate`` -- Checks for any errors in the
construction of your models.
* ``python manage.py sqlcustom polls`` -- Outputs any custom SQL statements