pk_url_kwarg The name of the URLConf keyword argument that contains the primary key. By default, pk_url_kwarg is
slug_url_kwarg The name of the URLConf keyword argument that contains the slug. By default, slug_url_kwarg is 'slug'
queryset A QuerySet that represents the objects. If provided, the value of queryset supersedes the
get_context_object_name(obj) Return the context variable name that will be used to contain the data that this view is manipulating
class django.views.generic.detail.SingleObjectMixin Provides a mechanism for looking up an object associated with the current
get_context_data(**kwargs) Returns context data for displaying the list of objects. The base
model The model that this view will display data for. Specifying model = Foo is effectively the same as specifying
Page 2 of 2