From 38cf9ef390eb0cd0703d99893f826153865f6ba6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 26 Aug 2016 17:21:46 -0400 Subject: [PATCH] Added Django 1.11, 2.0 to Python version support table. --- docs/faq/install.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 5564955a69..359ed7a06c 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -47,7 +47,9 @@ What Python version can I use with Django? Django version Python versions ============== =============== 1.8 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5 -**1.9, 1.10** **2.7, 3.4, 3.5** +1.9, 1.10 2.7, 3.4, 3.5 +1.11 2.7, 3.4, 3.5, 3.6 +2.0 3.5+ ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially