Django

Code

Changeset 3763

Show
Ignore:
Timestamp:
09/15/06 04:30:35 (2 years ago)
Author:
russellm
Message:

Clarified development stream status of some of the django-admin command line arguments

Files:

Legend:

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

    r3689 r3763  
    296296---- 
    297297 
     298**New in Django development version** 
     299 
    298300Discover and run tests for all installed models.  See `Testing Django applications`_ for more information. 
    299301 
     
    349351--------- 
    350352 
     353**New in Django development version** 
     354 
    351355Inform django-admin that the user should NOT be prompted for any input. Useful if 
    352356the django-admin script will be executed as an unattended, automated script. 
     
    369373--verbosity 
    370374----------- 
     375 
     376**New in Django development version** 
    371377 
    372378Example usage::