Skip to content

Commit f0fb2fd

Browse files
guettlibmispelon
andauthored
Update download.html: Remove Python2 from top (#2176)
* Update download.html: Remove Python2 from top --------- Co-authored-by: Baptiste Mispelon <[email protected]>
1 parent f3e9c02 commit f0fb2fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

djangoproject/templates/releases/download.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
<h1>How to get Django</h1>
2121
<p>Django is available open-source under the
2222
<a href="https://github.com/django/django/blob/main/LICENSE">BSD license</a>.
23-
We recommend using the latest version of Python 3. The last version to
24-
support Python 2.7 is Django 1.11 LTS. See <a href="
25-
{% url 'document-detail' lang='en' version='dev' url='faq/install' host 'docs' %}#what-python-version-can-i-use-with-django">
23+
We recommend using the latest version of Python.
24+
See <a href="{% url 'document-detail' lang='en' version='dev' url='faq/install' host 'docs' %}#what-python-version-can-i-use-with-django">
2625
the FAQ</a> for the Python versions supported by each version of Django.
2726
Here’s how to get it:</p>
2827

0 commit comments

Comments
 (0)