diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-07 14:27:16 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-08 10:55:49 -0500 |
| commit | e6bd688ef3b58ee522794dce77f64a81b53b3b9e (patch) | |
| tree | 9739edfcd030ca717747494978de2ea8cccb0f7e /docs/faq/install.txt | |
| parent | a8614fb438432551e52a818b5f76f48d4ac5b499 (diff) | |
Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of 2016.
Diffstat (limited to 'docs/faq/install.txt')
| -rw-r--r-- | docs/faq/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index d6355f3a4f..d4e7f28310 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -45,7 +45,7 @@ What Python version can I use with Django? ============== =============== Django version Python versions ============== =============== -1.8 2.7, 3.2, 3.3, 3.4, 3.5 +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** ============== =============== |
