Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions djangoproject/templates/releases/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
<h1>How to get Django</h1>
<p>Django is available open-source under the
<a href="https://github.com/django/django/blob/main/LICENSE">BSD license</a>.
We recommend using the latest version of Python 3. The last version to
support Python 2.7 is Django 1.11 LTS. See <a href="
{% url 'document-detail' lang='en' version='dev' url='faq/install' host 'docs' %}#what-python-version-can-i-use-with-django">
We recommend using the latest version of Python.
See <a href="{% url 'document-detail' lang='en' version='dev' url='faq/install' host 'docs' %}#what-python-version-can-i-use-with-django">
the FAQ</a> for the Python versions supported by each version of Django.
Here’s how to get it:</p>

Expand Down