1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[2.0.x] Removed 'development' word in contributing docs

Backport of f2ec89691236b59f54f9cf41bccd79a5853af36c from master.
This commit is contained in:
Claude Paroz 2017-12-05 18:40:46 +01:00
parent c1d57615ac
commit dd5d405e62

View File

@ -70,9 +70,9 @@ probably got the answers.
.. admonition:: Python 3 required!
The current development version of Django doesn't support Python 2.7. Get
Python 3 at `Python's download page <https://www.python.org/downloads/>`_ or
with your operating system's package manager.
The current version of Django doesn't support Python 2.7. Get Python 3 at
`Python's download page <https://www.python.org/downloads/>`_ or with your
operating system's package manager.
.. admonition:: For Windows users