summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-04-28 15:09:22 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-04-28 15:10:59 +0200
commitf7f69cf7dd2730f3cf07f8dc71fc60b6c15bbf64 (patch)
treefea7999646eaf76a66018c758010c68f06959c85
parent4ff682c1ba1cd051243842bbd2feb19e75b559f3 (diff)
Pointed to the docs version switcher in tutorial 1.
Refs #20324. Thanks dwisehart for the suggestion.
-rw-r--r--docs/intro/tutorial01.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 7c21041ed3..d1d2242411 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -23,7 +23,8 @@ 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 2.x. If the Django
-version doesn't match, you can refer to the tutorial for your version of 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 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