template_name_suffix The CreateView page displayed to a GET request uses a template_name_suffix
class BaseDayArchiveView [source]
class django.views.generic.base.View The master class-based base view. All other class-based views inherit from this base class
class BaseArchiveIndexView [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.
options(request, *args, **kwargs) Handles responding to requests for the OPTIONS HTTP verb. Returns a response with the Allow
class WeekArchiveView [source] A weekly archive page showing all objects in a given week
class BaseWeekArchiveView [source]
Page 3 of 5