summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
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.