summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-26 10:55:59 -0400
committerTim Graham <timograham@gmail.com>2014-03-27 08:12:58 -0400
commit5f04240381cf5ad0cf3a9f6e2e38601fa65f42e1 (patch)
treeb60723b7c5c7222153deb127b0ce05fd2d5ab1b8 /docs/faq
parente2e773c04abeab04866eac14c0040ef3aa653e1b (diff)
[1.7.x] Added Python 3.4 support notes.
Backport of 306deab2c7 from master
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index be45012961..2c129c954a 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -44,19 +44,15 @@ What Python version can I use with Django?
============== ===============
Django version Python versions
============== ===============
-1.0 2.3, 2.4, 2.5, 2.6
-1.1 2.3, 2.4, 2.5, 2.6
-1.2 2.4, 2.5, 2.6, 2.7
-1.3 2.4, 2.5, 2.6, 2.7
1.4 2.5, 2.6, 2.7
1.5 2.6, 2.7 and 3.2, 3.3 (experimental)
1.6 2.6, 2.7 and 3.2, 3.3
-**1.7** **2.7** and **3.2, 3.3**
+**1.7** **2.7** and **3.2, 3.3, 3.4**
============== ===============
For a given series of Python versions, only the latest release is officially
-supported. For instance, at the time of writing (July 1st, 2013), the latest
-release in the 2.7 series is 2.7.5.
+supported. For instance, at the time of writing (April 1st, 2014), the latest
+release in the 2.7 series is 2.7.6.
What Python version should I use with Django?
---------------------------------------------