forms.Form.label_suffix
  • References/Python/Django/API/Forms/The Forms API

Form.label_suffix A translatable string (defaults to a colon (:) in English) that will be appended after any label

2025-01-10 15:47:30
gis.gdal.OGRGeometry.point_count
  • References/Python/Django/API/GDAL API

point_count Returns the number of points used to describe this geometry:

2025-01-10 15:47:30
gis.gdal.Layer
  • References/Python/Django/API/GDAL API

class Layer Layer is a wrapper for a layer of data in a DataSource object. You never create a Layer

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

class django.views.generic.detail.SingleObjectTemplateResponseMixin A mixin class that performs template-based response rendering

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

template_name_field The field on the current object instance that can be used to determine the name of a candidate template

2025-01-10 15:47:30
core.validators.DecimalValidator
  • References/Python/Django/API/Validators

class DecimalValidator(max_digits, decimal_places) [source]

2025-01-10 15:47:30
sessions.middleware.SessionMiddleware
  • References/Python/Django/API/Middleware

class SessionMiddleware [source] Enables session support. See the session

2025-01-10 15:47:30
db.models.Lookup.process_rhs()
  • References/Python/Django/API/Models/Lookup API reference

process_rhs(compiler, connection) [source] Behaves the same way as process_lhs()

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

form_invalid(form) Renders a response, providing the invalid form as context.

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

AppConfig.verbose_name Human-readable name for the application, e.g. “Administration”. This

2025-01-10 15:47:30