summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-03-12 08:04:32 -0400
committerTim Graham <timograham@gmail.com>2013-03-12 08:04:32 -0400
commite1bafdbffa6e8b13db12c995eaa53508e047c83c (patch)
treea929396d29bcfbd71b3203c06ef3a72b232099e4 /docs/intro/tutorial01.txt
parent885d98d24ac842708347c36644c61fc323c081ec (diff)
Fixed #19965 - Added a warning that the tutorial is written for Python 2.
Thanks itsallvoodoo for the patch.
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 7d1776296a..d073790fbb 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -22,9 +22,12 @@ tell Django is installed and which version by running the following command:
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|. If the versions don't match,
-you can refer to the tutorial for your version of Django or update Django to
-the newest version.
+This tutorial is written for Django |version| and Python 2.x. If the Django
+version doesn't match, you can refer to the tutorial for your version of Django
+or update Django to the newest version. If you are using Python 3.x, be aware
+that your code may need to differ from what is in the tutorial and you should
+continue using the tutorial only if you know what you are doing with Python
+3.x.
See :doc:`How to install Django </topics/install>` for advice on how to remove
older versions of Django and install a newer one.