mirror of https://github.com/django/django.git
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
This commit is contained in:
parent
3bf4ef0c77
commit
853f9c7db9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue