summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-12-24 19:06:57 -0300
committerRamiro Morales <cramm0@gmail.com>2012-12-24 19:06:57 -0300
commit8738da03c623c702aa57a90216bde0e70f42a957 (patch)
treec5b5035cc68a2240c87be6f966c6450ecb87d7a8 /docs
parent3b32e5cc2d4b6db22148cd7e51cdb735aeb25b13 (diff)
[1.5.x] Updated Python versions supported FAQ entry.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index a92c9d87ea..cacef200bf 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -68,8 +68,9 @@ Django version Python versions
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 (future)* *2.6, 2.7* and *3.2.3, 3.3 (experimental)*
+1.4 2.5, 2.6, 2.7
+**1.5** **2.6.5, 2.7** and **3.2.3, 3.3 (experimental)**
+*1.6 (future)* *2.6.5, 2.7* and *3.2.3, 3.3*
============== ===============
Can I use Django with Python 3?