コード例 #1
0
 def get_queryset(self):
     """최근 생성된 질문 5개를 반환함"""
     return Question.objects_order_by('-pub_date')[:5]