From ac518c8722df7fe47baf80a24325e072705e336c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 17 Jun 2015 11:27:25 -0400 Subject: [PATCH] [1.8.x] Fixed outdated Python version support info in docs/topics/install.txt Backport of ebd183a18cc334e3ac57efd8e4ec09c3954196a9 from master --- docs/faq/install.txt | 2 ++ docs/topics/install.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 9bf595ed86..03573a17bf 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -37,6 +37,8 @@ PostgreSQL fans, and MySQL_, `SQLite 3`_, and Oracle_ are also supported. .. _`SQLite 3`: http://www.sqlite.org/ .. _Oracle: http://www.oracle.com/ +.. _faq-python-version-support: + What Python version can I use with Django? ------------------------------------------ diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 547f99dfcf..2f41534445 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -7,8 +7,8 @@ This document will get you up and running with Django. Install Python ============== -Being a Python Web framework, Django requires Python. It works with Python 2.7, -3.2 or 3.3. +Being a Python Web framework, Django requires Python. See +:ref:`faq-python-version-support` for details. Get the latest version of Python at https://www.python.org/download/ or with your operating system's package manager.