Fixed #1957 -- Added docs for 'version' to docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
690f9ad8f0
commit
2c5e9fcf73
|
@ -325,6 +325,16 @@ setting the Python path for you.
|
||||||
Displays a help message that includes a terse list of all available actions and
|
Displays a help message that includes a terse list of all available actions and
|
||||||
options.
|
options.
|
||||||
|
|
||||||
|
--version
|
||||||
|
---------
|
||||||
|
|
||||||
|
Displays the current Django version.
|
||||||
|
|
||||||
|
Example output::
|
||||||
|
|
||||||
|
0.9.1
|
||||||
|
0.9.1 (SVN)
|
||||||
|
|
||||||
Extra niceties
|
Extra niceties
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue