From 626f72733dac8f144f59acdda43e220910c575fa Mon Sep 17 00:00:00 2001 From: James Bennett Date: Tue, 9 Dec 2008 22:48:23 +0000 Subject: [PATCH] Clarify install docs to point at new FAQ items about Python 3.0. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9630 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/install.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 557494cb1e..766a106d99 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -13,7 +13,8 @@ Being a Python Web framework, Django requires Python. 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). +Python 3.0; see :ref:`the Django FAQ ` for more +information on supported Python versions and the 3.0 transition). Get Python at http://www.python.org. If you're running Linux or Mac OS X, you probably already have it installed.