diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-24 08:34:02 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 09:00:17 -0500 |
| commit | fed25f1105ff0d5fe46cd217b29371ee7f1907f2 (patch) | |
| tree | 7b5320882f1034a65047948c30d56f38b28a5ba3 /docs/topics | |
| parent | 4e65f195e1b10d83bb7edc38c908747c4fd537b8 (diff) | |
Removed compatibility with Python 3.2.
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 65e55ddbe6..103152bc3e 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. It works with Python 2.7 +or 3.3+. Get the latest version of Python at https://www.python.org/download/ or with your operating system's package manager. |
