Author: aaugustin Date: 2012-02-09 00:37:33 -0800 (Thu, 09 Feb 2012) New Revision: 17463
Modified: django/trunk/docs/ref/django-admin.txt Log: Documented the new version numbering scheme introduced in r17357. Modified: django/trunk/docs/ref/django-admin.txt =================================================================== --- django/trunk/docs/ref/django-admin.txt 2012-02-07 18:46:29 UTC (rev 17462) +++ django/trunk/docs/ref/django-admin.txt 2012-02-09 08:37:33 UTC (rev 17463) @@ -72,11 +72,11 @@ 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 - 0.96 - 0.97-pre-SVN-6069 + 1.4.dev17026 + 1.4a1 + 1.4 Displaying debug output ----------------------- -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
