Django

Code

Changeset 6040

Show
Ignore:
Timestamp:
09/03/07 08:13:10 (1 year ago)
Author:
russellm
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial01.txt

    r6020 r6040  
    384384 
    385385If you're interested, also run the following commands: 
    386     * ``python manage.py validate polls`` -- Checks for any errors in the 
     386    * ``python manage.py validate`` -- Checks for any errors in the 
    387387      construction of your models. 
    388388