Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14062 closed (fixed)

Correcting Python version requirement on FAQ install page

Reported by: aesmail Owned by: aesmail
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Simple patch included. At one instance, FAQ install page shows that Python versions 2.4 through 2.6 are supported by Django 1.2.
Patch changes 2.6 to 2.7

Attachments (1)

python_26_to_27.diff (532 bytes ) - added by aesmail 14 years ago.

Download all attachments as: .zip

Change History (3)

by aesmail, 14 years ago

Attachment: python_26_to_27.diff added

comment:1 by Karen Tracey, 14 years ago

Resolution: fixed
Status: newclosed

(In [13480]) Fixed #14062: Corrected a stray reference to 2.6 as the high level for supported Pythons. Thanks aesmail.

comment:2 by Karen Tracey, 14 years ago

(In [13481]) [1.2.X] Fixed #14062: Corrected a stray reference to 2.6 as the high level for supported Pythons. Thanks aesmail.

Note: See TracTickets for help on using tickets.
Back to Top