Commit 8738da03 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

[1.5.x] Updated Python versions supported FAQ entry.

parent 3b32e5cc
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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?