diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-12 22:11:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-12 22:11:44 +0100 |
| commit | b93a0e34d9b9b99d41103782b7e7aeabf47517e3 (patch) | |
| tree | 29aab7bdf842b07679acedb57d3add0a992b5ca2 /docs/faq | |
| parent | 30359496a3f3d9af0b02afc334710f7e24c74f5b (diff) | |
Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.
Diffstat (limited to 'docs/faq')
| -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 6fe1181293..45f3a79efc 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -52,7 +52,8 @@ Django version Python versions ============== =============== 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 +2.1 3.5, 3.6, 3.7 +2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8) 3.0, 3.1 3.6, 3.7, 3.8 ============== =============== |
