From c5e83a9e0a8f0027cb18ed2a9e3acbaa99c71e7d Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Thu, 5 Aug 2010 11:27:20 +0000 Subject: [PATCH] Fixed #14062: Corrected a stray reference to 2.6 as the high level for supported Pythons. Thanks aesmail. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13480 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/faq/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 0139a82a67..f5feb98aff 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -19,7 +19,7 @@ What are Django's prerequisites? -------------------------------- Django requires Python_, specifically any version of Python from 2.4 -through 2.6. No other Python libraries are required for basic Django +through 2.7. No other Python libraries are required for basic Django usage. For a development environment -- if you just want to experiment with Django --