From a815fd1652f493d1f51b8c585f1919c46a19afa3 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 29 Mar 2012 15:05:31 +0000 Subject: [PATCH] [1.4.X] Bump the version in a docs example. Backport of r17801 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17815 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/install.txt b/docs/intro/install.txt index e29266a0bd..1efd182260 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -86,7 +86,7 @@ Then at the Python prompt, try to import Django:: >>> import django >>> print django.get_version() - 1.3 + 1.4 That's it!