mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
Documented the new version numbering scheme introduced in r17357.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
175e6d77df
commit
f9ec6bd3df
@ -72,11 +72,11 @@ Determining the version
|
|||||||
|
|
||||||
Run ``django-admin.py version`` to display the current Django version.
|
Run ``django-admin.py version`` to display the current Django version.
|
||||||
|
|
||||||
Examples of output::
|
The output follows the schema described in :pep:`386`::
|
||||||
|
|
||||||
0.95
|
1.4.dev17026
|
||||||
0.96
|
1.4a1
|
||||||
0.97-pre-SVN-6069
|
1.4
|
||||||
|
|
||||||
Displaying debug output
|
Displaying debug output
|
||||||
-----------------------
|
-----------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user