Django

Code

Changeset 2950

Show
Ignore:
Timestamp:
05/21/06 15:20:47 (2 years ago)
Author:
adrian
Message:

Fixed #1957 -- Added docs for 'version' to docs/django-admin.txt

Files:

Legend:

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

    r2945 r2950  
    326326options. 
    327327 
     328--version 
     329--------- 
     330 
     331Displays the current Django version. 
     332 
     333Example output:: 
     334 
     335    0.9.1 
     336    0.9.1 (SVN) 
     337 
    328338Extra niceties 
    329339==============