class django.views.generic.detail.DetailView While this view is executing, self.object will contain the object
class BaseDayArchiveView [source]
class BaseArchiveIndexView [source]
permanent Whether the redirect should be permanent. The only difference here is the HTTP status code returned. If True
class django.views.generic.base.View The master class-based base view. All other class-based views inherit from this base class
url The URL to redirect to, as a string. Or None to raise a 410 (Gone) HTTP error.
object When using CreateView you have access to self.object, which is the object being created. If
class BaseWeekArchiveView [source]
class WeekArchiveView [source] A weekly archive page showing all objects in a given week
get(request, *args, **kwargs) Adds object_list to the context. If
Page 3 of 5