summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
diff options
context:
space:
mode:
authorMaxime Turcotte <maxime.turcotte@savoirfairelinux.com>2014-06-19 21:46:18 -0400
committerTim Graham <timograham@gmail.com>2014-06-20 08:16:53 -0400
commit0b871ec22a3397063a0150d26efc0d1e1a293108 (patch)
tree986e3d70b9679906a7d4f9865446c48a0bd7dc43 /docs/intro/tutorial04.txt
parent90058942338528a9e6b0995c8cd0f357ca0ed900 (diff)
[1.7.x] Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.
Backport of 608aa8d101 from master
Diffstat (limited to 'docs/intro/tutorial04.txt')
-rw-r--r--docs/intro/tutorial04.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index 9aa0011e51..d769e7a9b1 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -233,6 +233,8 @@ First, open the ``polls/urls.py`` URLconf and change it like so:
url(r'^(?P<question_id>\d+)/vote/$', views.vote, name='vote'),
)
+.. _tutorial04-amend-views:
+
Amend views
-----------