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

Clarified "same as above" tutorial comment.

parent 917cc288
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