Commit 91d64a5a authored by Karen Tracey's avatar Karen Tracey
Browse files

[1.2.X] Fixed #14062: Corrected a stray reference to 2.6 as the high level for...

[1.2.X] 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/branches/releases/1.2.X@13481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent d302a60c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 --