get_queryset_or_404
Sometimes we want to get a queryset or 404, for example, if we're passing our queryset to a subclassed generic view. This is identical to get_list_or_404 but returns a queryset.
- shortcut
- template
- queryset
- get_queryset_or_404
- get_list_or_404