diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-06-03 20:28:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 21:28:14 +0200 |
| commit | b8b129e58ccd02263fb24ffc8b5c9fa63ba10e5b (patch) | |
| tree | 75c3ea12fe007e65c1b72b2857ce2b7bfcc34d47 /docs/faq/install.txt | |
| parent | dbdc192ca30b70a9f22c6bc4b3155bbccd01c323 (diff) | |
Removed reference to unsupported versions of Django and Python.
Diffstat (limited to 'docs/faq/install.txt')
| -rw-r--r-- | docs/faq/install.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index dfc4dc5d7e..e54336882b 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -67,9 +67,6 @@ Django 1.8 is the last version to support Python 3.3. What Python version should I use with Django? ============================================= -Python 3 is recommended. Django 1.11 is the last version to support Python 2.7. -Support for Python 2.7 and Django 1.11 ends in 2020. - Since newer versions of Python are often faster, have more features, and are better supported, the latest version of Python 3 is recommended. |
