In ListView, what shows all items from a model?
pk = 1
form = PostForm()
object_list = ['item']
queryset = Post.objects.all()
This question is part of this quiz :