summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-06-17 11:30:43 -0400
committerTim Graham <timograham@gmail.com>2015-06-17 11:30:43 -0400
commit1efda84a950e9ec90961296aa64568c45f25c1e9 (patch)
treed167490c2ed38a45e57caf5d266a7fe762697aba
parent207da07d5988dc80439a10810ba28fc1fba42fe3 (diff)
downloaddjango-1efda84a950e9ec90961296aa64568c45f25c1e9.tar.gz
[1.7.x] Corrected Python version support info in docs/topics/install.txt
-rw-r--r--docs/topics/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 3da5ee713e..7635b4f43e 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -8,7 +8,7 @@ Install Python
==============
Being a Python Web framework, Django requires Python. It works with Python 2.7,
-3.2 or 3.3.
+3.2, 3.3, or 3.4.
Get the latest version of Python at http://www.python.org/download/ or with
your operating system's package manager.