diff options
| author | Tim Graham <timograham@gmail.com> | 2018-11-17 15:39:57 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-17 15:40:35 -0500 |
| commit | 2fd21a18584dc62cfad65cc112465ce68db5561a (patch) | |
| tree | b4c9cbcb4e5841fb1bfb0d13a38a2e21f899c78e /docs/faq | |
| parent | ec16588c27f7ea80d5ee3d5b19331ef9216e2530 (diff) | |
Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.
Diffstat (limited to 'docs/faq')
| -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 6043f5c8ba..30dae8d34f 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -46,7 +46,7 @@ What Python version can I use with Django? ============== =============== Django version Python versions ============== =============== -1.11 2.7, 3.4, 3.5, 3.6 +1.11 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17) 2.0 3.4, 3.5, 3.6, 3.7 2.1, 2.2 3.5, 3.6, 3.7 ============== =============== |
