summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-12-09 23:05:55 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-12-09 23:05:55 +0000
commit280236eacd7a4bae1775d587581be418128f7a3f (patch)
tree9a959e6b7a6cd40aa8375f0266e96e1feaee2725 /docs/intro
parent626f72733dac8f144f59acdda43e220910c575fa (diff)
Another place where we talked about Python versions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/install.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt
index 962d45ded5..237c208f2a 100644
--- a/docs/intro/install.txt
+++ b/docs/intro/install.txt
@@ -12,7 +12,10 @@ Install Python
--------------
Being a Python Web framework, Django requires Python. It works with any Python
-version 2.3 and higher, but we recommend installing Python 2.5 or later. If you do so, you won't need to set up a database just yet: Python 2.5 or later includes a lightweight database called SQLite_.
+version from 2.3 to 2.6 (due to backwards
+incompatibilities in Python 3.0, Django does not currently work with
+Python 3.0; see :ref:`the Django FAQ <faq-install>` for more
+information on supported Python versions and the 3.0 transition), but we recommend installing Python 2.5 or later. If you do so, you won't need to set up a database just yet: Python 2.5 or later includes a lightweight database called SQLite_.
.. _sqlite: http://sqlite.org/