diff options
| author | Tim Graham <timograham@gmail.com> | 2017-08-11 11:17:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-11 11:17:08 -0400 |
| commit | abd723c6a010be1bc06687d21e8841e07af6fde3 (patch) | |
| tree | b4fa5e8cf72fe9e5f45c8d1df7d5a43fd49107b3 /docs/faq/install.txt | |
| parent | 0ec134e3404202ab58e24b8049a8b33e40b0104f (diff) | |
Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.
Diffstat (limited to 'docs/faq/install.txt')
| -rw-r--r-- | docs/faq/install.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 800b981064..bb5ebd09e1 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -49,7 +49,8 @@ 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.5+ +2.0 3.4, 3.5, 3.6 +2.1 3.5, 3.6, 3.7 ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially |
