Commit 7aeb3cd7 authored by KimberleyLawrence's avatar KimberleyLawrence Committed by Tim Graham
Browse files

[1.9.x] Clarified "same as above" tutorial comment.

Backport of ca4afc77 from master
parent 3a063b0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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