summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-12-09 22:39:58 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-12-09 22:39:58 +0000
commitadfad3c19340d1a97c0d8c16a563b81b3f87faca (patch)
treebaf78b8e3d8e967e10a44f565d69fd5cb3c1fbce /docs/topics
parentb4364e099e7e61abeaf8efc09a1641fb37ea0d8f (diff)
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
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/install.txt4
1 files changed, 3 insertions, 1 deletions
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.