postgres.forms.DateTimeRangeField
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

class DateTimeRangeField [source] Based on

2025-01-10 15:47:30
views.generic.edit.ProcessFormView
  • References/Python/Django/API/Editing mixins

class django.views.generic.edit.ProcessFormView A mixin that provides basic HTTP GET and POST workflow.

2025-01-10 15:47:30
apps.apps.ready
  • References/Python/Django/API/Applications

apps.ready Boolean attribute that is set to True after the registry is fully populated and all AppConfig

2025-01-10 15:47:30
admin.AdminSite.site_title
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.site_title The text to put at the end of each admin page’s <title> (a string). By default, this

2025-01-10 15:47:30
auth.backends.ModelBackend
  • References/Python/Django/API/contrib packages/django.contrib.auth

class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting

2025-01-10 15:47:30
forms.SelectDateWidget
  • References/Python/Django/API/Forms/Widgets

class SelectDateWidget [source] Wrapper around three Select widgets: one each

2025-01-10 15:47:30
views.generic.detail.SingleObjectTemplateResponseMixin.template_name_suffix
  • References/Python/Django/API/Single object mixins

template_name_suffix The suffix to append to the auto-generated candidate template name. Default suffix is _detail

2025-01-10 15:47:30
utils.html.format_html()
  • References/Python/Django/API/Django Utils

format_html(format_string, *args, **kwargs) [source] This is similar to

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.list.MultipleObjectMixin.paginate_by
  • References/Python/Django/API/Multiple object mixins

paginate_by An integer specifying how many objects should be displayed per page. If this is given, the view will paginate objects

2025-01-10 15:47:30