get_make_object_list() Determine if an object list will be returned as part of the context. Returns make_object_list
class BaseArchiveIndexView [source]
class django.views.generic.base.View The master class-based base view. All other class-based views inherit from this base class
class BaseDayArchiveView [source]
permanent Whether the redirect should be permanent. The only difference here is the HTTP status code returned. If True
object When using CreateView you have access to self.object, which is the object being created. If
url The URL to redirect to, as a string. Or None to raise a 410 (Gone) HTTP error.
class BaseWeekArchiveView [source]
object When using UpdateView you have access to self.object, which is the object being updated.
get(request, *args, **kwargs) Adds object_list to the context. If
Page 3 of 5