Skip to content

Commit c5e83a9

Browse files
committed
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
1 parent e0fb90b commit c5e83a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ What are Django's prerequisites?
1919
--------------------------------
2020

2121
Django requires Python_, specifically any version of Python from 2.4
22-
through 2.6. No other Python libraries are required for basic Django
22+
through 2.7. No other Python libraries are required for basic Django
2323
usage.
2424

2525
For a development environment -- if you just want to experiment with Django --

0 commit comments

Comments
 (0)