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:27:25 -0400
commitebd183a18cc334e3ac57efd8e4ec09c3954196a9 (patch)
treee759ba380ef13ccd855887f7eb4ba4b6633c15e0 /docs
parent81aae2884377ff1a60b74e510e3358738971bbc0 (diff)
Fixed outdated Python version support info in docs/topics/install.txt
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 d60a549757..05906b2a18 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 4422698576..549b07ec9a 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
-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.