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.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.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.base.View.http_method_not_allowed()
  • References/Python/Django/API/Built-in class-based views API/Base views

http_method_not_allowed(request, *args, **kwargs) If the view was called with a HTTP method it doesn’t support, this method

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.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.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
Built-in class-based views API
  • References/Python/Django/API/Built-in class-based views API

Class-based views API reference. For introductory material, see the Class-based views topic guide.

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

template_name_suffix The UpdateView page displayed to a GET request uses a template_name_suffix

2025-01-10 15:47:30