From adfad3c19340d1a97c0d8c16a563b81b3f87faca Mon Sep 17 00:00:00 2001 From: James Bennett Date: Tue, 9 Dec 2008 22:39:58 +0000 Subject: Fixed #9783; clarified install docs and FAQ to explain that Django does not yet work with Python 3.0. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9628 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/install.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/topics') diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 2ca94f15f1..557494cb1e 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -11,7 +11,9 @@ Install Python Being a Python Web framework, Django requires Python. -It works with any Python version 2.3 and higher. +It works with any Python version from 2.3 to 2.6 (due to backwards +incompatibilities in Python 3.0, Django does not currently work with +Python 3.0 and likely will not for some time to come). Get Python at http://www.python.org. If you're running Linux or Mac OS X, you probably already have it installed. -- cgit v1.3