views.generic.base.View.dispatch()
  • References/Python/Django/API/Built-in class-based views API/Base views

dispatch(request, *args, **kwargs) The view part of the view – the method that accepts a request argument

2025-01-10 15:47:30
views.generic.dates.YearArchiveView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class YearArchiveView [source] A yearly archive page showing all available months in a given

2025-01-10 15:47:30
views.generic.dates.YearArchiveView.make_object_list
  • References/Python/Django/API/Built-in class-based views API/Generic date views

make_object_list A boolean specifying whether to retrieve the full list of objects for this year and pass those to the template

2025-01-10 15:47:30
views.generic.dates.BaseDateDetailView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class BaseDateDetailView [source]

2025-01-10 15:47:30
views.generic.edit.DeleteView
  • References/Python/Django/API/Built-in class-based views API/Generic editing views

class django.views.generic.edit.DeleteView A view that displays a confirmation page and deletes an existing object. The given

2025-01-10 15:47:30
views.generic.edit.FormView
  • References/Python/Django/API/Built-in class-based views API/Generic editing views

class django.views.generic.edit.FormView A view that displays a form. On error, redisplays the form with validation errors;

2025-01-10 15:47:30
views.generic.base.TemplateView
  • References/Python/Django/API/Built-in class-based views API/Base views

class django.views.generic.base.TemplateView Renders a given template, with the context containing parameters captured in the

2025-01-10 15:47:30
views.generic.dates.DateDetailView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class DateDetailView [source] A page representing an individual object. If the object has

2025-01-10 15:47:30
views.generic.dates.DayArchiveView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class DayArchiveView [source] A day archive page showing all objects in a given day. Days

2025-01-10 15:47:30
views.generic.base.View.http_method_names
  • References/Python/Django/API/Built-in class-based views API/Base views

http_method_names The list of HTTP method names that this view will accept. Default:

2025-01-10 15:47:30