1
0
mirror of https://github.com/django/django.git synced 2025-01-18 14:24:39 +00:00

Removed reference to unsupported versions of Django and Python.

This commit is contained in:
David Smith 2020-06-03 20:28:14 +01:00 committed by GitHub
parent dbdc192ca3
commit b8b129e58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.