Skip to content

Commit

Permalink
Fixed #28938 -- Clarified Python compatibility in tutorial
Browse files Browse the repository at this point in the history
Made it clear that uses of Python 3.4 and older must use another
version of Django.
  • Loading branch information
dhepper committed Dec 18, 2017
1 parent 9c9ef58 commit 0652249
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/intro/tutorial01.txt
Expand Up @@ -26,9 +26,8 @@ isn't, you'll get an error telling "No module named django".
This tutorial is written for Django |version| and Python 3.5 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.
page, or update Django to the newest version. If you are using Python 3.4 or
older, please refer to :ref:`faq-python-version-support`.

See :doc:`How to install Django </topics/install>` for advice on how to remove
older versions of Django and install a newer one.
Expand Down

0 comments on commit 0652249

Please sign in to comment.