diff options
| author | KimberleyLawrence <kimberleynedic@gmail.com> | 2016-01-31 15:02:33 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 16:37:59 -0500 |
| commit | ca4afc77db2dbd296c06b66ae85481ca29df30c5 (patch) | |
| tree | ffad72bcfe6712ffe63c0870bd545b565c8a0065 /docs/intro/tutorial04.txt | |
| parent | 917cc288a38f3c114a5440f0749b7e5e1086eb36 (diff) | |
Clarified "same as above" tutorial comment.
Diffstat (limited to 'docs/intro/tutorial04.txt')
| -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 201cc7d928..f320476548 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 |
