1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed #14062: Corrected a stray reference to 2.6 as the high level for supported Pythons. Thanks aesmail.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2010-08-05 11:27:20 +00:00
parent e0fb90b2f3
commit c5e83a9e0a

View File

@ -19,7 +19,7 @@ What are Django's prerequisites?
--------------------------------
Django requires Python_, specifically any version of Python from 2.4
through 2.6. No other Python libraries are required for basic Django
through 2.7. No other Python libraries are required for basic Django
usage.
For a development environment -- if you just want to experiment with Django --