Changeset 3763
- Timestamp:
- 09/15/06 04:30:35 (2 years ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r3689 r3763 296 296 ---- 297 297 298 **New in Django development version** 299 298 300 Discover and run tests for all installed models. See `Testing Django applications`_ for more information. 299 301 … … 349 351 --------- 350 352 353 **New in Django development version** 354 351 355 Inform django-admin that the user should NOT be prompted for any input. Useful if 352 356 the django-admin script will be executed as an unattended, automated script. … … 369 373 --verbosity 370 374 ----------- 375 376 **New in Django development version** 371 377 372 378 Example usage::
