From 7aeb3cd779851809f14ef2e98bbaf75b40c3052e Mon Sep 17 00:00:00 2001 From: KimberleyLawrence Date: Sun, 31 Jan 2016 15:02:33 -0800 Subject: [PATCH] [1.9.x] Clarified "same as above" tutorial comment. Backport of ca4afc77db2dbd296c06b66ae85481ca29df30c5 from master --- docs/intro/tutorial04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index 7c544b7436..5a3013cec9 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -290,7 +290,7 @@ views and use Django's generic views instead. To do so, open the def vote(request, question_id): - ... # same as above + ... # same as above, no changes needed. We're using two generic views here: :class:`~django.views.generic.list.ListView` and