diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:17:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:05:40 -0400 |
| commit | 74a313942c8a63565213631b781638973749bdbc (patch) | |
| tree | 42178f8f217ac7252873a98ff52c7298836d6821 /docs/faq | |
| parent | 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (diff) | |
Added stub 2.2 release notes.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index bb5ebd09e1..cb1474f7d2 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -46,11 +46,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.11 2.7, 3.4, 3.5, 3.6 2.0 3.4, 3.5, 3.6 -2.1 3.5, 3.6, 3.7 +2.1, 2.2 3.5, 3.6, 3.7 ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially |
