diff options
| author | KimberleyLawrence <kimberleynedic@gmail.com> | 2016-01-31 15:02:33 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 16:38:30 -0500 |
| commit | 7aeb3cd779851809f14ef2e98bbaf75b40c3052e (patch) | |
| tree | 75c0a3a68e229716fc4af75d1a0425a5fa7c4eb5 /docs/intro | |
| parent | 3a063b0dcc54458731e0c4c5b2eef0032ddd41b2 (diff) | |
[1.9.x] Clarified "same as above" tutorial comment.
Backport of ca4afc77db2dbd296c06b66ae85481ca29df30c5 from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial04.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
