diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-26 10:28:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-26 10:36:44 -0400 |
| commit | e764f92cda2fca47294db4f5aaf2fed3d5e082b1 (patch) | |
| tree | 0666c464696e298f6241a0d1a76865f786c11a9d /docs/faq | |
| parent | ec388ee174195b2459a60c2a35755582e6808d62 (diff) | |
[1.9.x] Added Django 1.10 to Python version support table.
Backport of 23073f964442ff754a28cb218e2f37425ebaef15 from master
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 84acb55079..dfc18252d0 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -45,9 +45,8 @@ What Python version can I use with Django? ============== =============== Django version Python versions ============== =============== -1.7 2.7 and 3.2, 3.3, 3.4 -**1.8** **2.7** and **3.2, 3.3, 3.4, 3.5** -1.9 2.7, 3.4, 3.5 +1.8 2.7, 3.2, 3.3, 3.4, 3.5 +**1.9, 1.10** **2.7, 3.4, 3.5** ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially |
