diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-18 11:51:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 11:51:29 -0500 |
| commit | f6acd1d271122d66de8061e75ae26137ddf02658 (patch) | |
| tree | 26392839b0cf03b48696240d7ce6d835ec1011dc /docs/intro/contributing.txt | |
| parent | c716fe87821df00f9f03ecc761c914d1682591a2 (diff) | |
Refs #23919 -- Removed Python 2 notes in docs.
Diffstat (limited to 'docs/intro/contributing.txt')
| -rw-r--r-- | docs/intro/contributing.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 75414410f2..6ae51b8502 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -70,9 +70,9 @@ probably got the answers. .. admonition:: Python 3 required! - This tutorial assumes you are using Python 3. Get the latest version at - `Python's download page <https://www.python.org/download/>`_ or with your - operating system's package manager. + The current development version of Django doesn't support Python 2.7. Get + Python 3 at `Python's download page <https://www.python.org/download/>`_ or + with your operating system's package manager. .. admonition:: For Windows users |
