diff options
| author | Tim Graham <timograham@gmail.com> | 2015-06-17 11:27:25 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-17 11:27:25 -0400 |
| commit | ebd183a18cc334e3ac57efd8e4ec09c3954196a9 (patch) | |
| tree | e759ba380ef13ccd855887f7eb4ba4b6633c15e0 /docs/topics | |
| parent | 81aae2884377ff1a60b74e510e3358738971bbc0 (diff) | |
Fixed outdated Python version support info in docs/topics/install.txt
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
