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

query_string Whether to pass along the GET query string to the new location. If True, then the query string is

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

get_make_object_list() Determine if an object list will be returned as part of the context. Returns make_object_list

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

pattern_name The name of the URL pattern to redirect to. Reversing will be done using the same args and kwargs as are passed

2025-01-10 15:47:30
Class-based views mixins
  • References/Python/Django/API/Built-in class-based views API/Class-based views mixins

Class-based views API reference. For introductory material, see Using mixins with class-based views. Simple

2025-01-10 15:47:30
views.generic.detail.DetailView
  • References/Python/Django/API/Built-in class-based views API/Generic display views

class django.views.generic.detail.DetailView While this view is executing, self.object will contain the object

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

class MonthArchiveView [source] A monthly archive page showing all objects in a given month

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

class django.views.generic.base.RedirectView Redirects to a given URL. The given URL may contain

2025-01-10 15:47:30