diff options
| author | Daniel Hepper <daniel.hepper@epicco.de> | 2017-12-18 15:06:02 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-12-18 09:13:42 -1000 |
| commit | cc17f39c9cce8672caa29b538b67c32a7d2dc8a6 (patch) | |
| tree | 69ae2de86e09f345bb8ab4fb297553ca03732be9 /docs/intro | |
| parent | 0f7ca1e8786ac04ad819a147a69ab5d4054e4d39 (diff) | |
[2.0.x] Fixed #28938 -- Corrected Python compatibility in the tutorial.
Backport of 4dcd7723d59a666ab8e6dc29b0cc6eb7f2658ec1 from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial01.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index fca0cca25b..6abf754b6a 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -23,12 +23,12 @@ in a shell prompt (indicated by the $ prefix): If Django is installed, you should see the version of your installation. If it isn't, you'll get an error telling "No module named django". -This tutorial is written for Django |version| and Python 3.4 or later. If the -Django version doesn't match, you can refer to the tutorial for your version -of Django by using the version switcher at the bottom right corner of this -page, or update Django to the newest version. If you are still using Python -2.7, you will need to adjust the code samples slightly, as described in -comments. +This tutorial is written for Django |version|, which supports Python 3.4 and +later. If the Django version doesn't match, you can refer to the tutorial for +your version of Django by using the version switcher at the bottom right corner +of this page, or update Django to the newest version. If you're using an older +version of Python, check :ref:`faq-python-version-support` to find a compatible +version of Django. See :doc:`How to install Django </topics/install>` for advice on how to remove older versions of Django and install a newer one. |
