summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-06-17 11:27:25 -0400
committerTim Graham <timograham@gmail.com>2015-06-17 11:28:48 -0400
commitac518c8722df7fe47baf80a24325e072705e336c (patch)
treec4a678c8973f648ee97020f5c4ce990d61c03c4e /docs
parent9d5c45beaedab20f1bdb71e9052aa1813ce01fe8 (diff)
[1.8.x] Fixed outdated Python version support info in docs/topics/install.txt
Backport of ebd183a18cc334e3ac57efd8e4ec09c3954196a9 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt2
-rw-r--r--docs/topics/install.txt4
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.