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:
parent
3a063b0dcc
commit
7aeb3cd779
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user