From b8b129e58ccd02263fb24ffc8b5c9fa63ba10e5b Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Wed, 3 Jun 2020 20:28:14 +0100 Subject: [PATCH] Removed reference to unsupported versions of Django and Python. --- docs/faq/install.txt | 3 --- 1 file changed, 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.