From d45cfefbad4a6551cc40bf4c8c6d443da9a9d888 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 12 Jan 2016 09:19:07 -0500 Subject: Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440. --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 1ec964b6ae..80e40485db 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -79,7 +79,7 @@ Determining the version Run ``django-admin version`` to display the current Django version. -The output follows the schema described in :pep:`386`:: +The output follows the schema described in :pep:`440`:: 1.4.dev17026 1.4a1 -- cgit v1.3