From 853f9c7db9f506de20228eb74d9d34abeba10dbf Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 3 Sep 2007 13:13:10 +0000 Subject: [PATCH] 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 --- docs/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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