1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

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

Backport of ca4afc77db2dbd296c06b66ae85481ca29df30c5 from master
This commit is contained in:
KimberleyLawrence 2016-01-31 15:02:33 -08:00 committed by Tim Graham
parent 3a063b0dcc
commit 7aeb3cd779

View File

@ -290,7 +290,7 @@ views and use Django's generic views instead. To do so, open the
def vote(request, question_id): def vote(request, question_id):
... # same as above ... # same as above, no changes needed.
We're using two generic views here: We're using two generic views here:
:class:`~django.views.generic.list.ListView` and :class:`~django.views.generic.list.ListView` and