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
core.validators.EmailValidator
  • References/Python/Django/API/Validators

class EmailValidator(message=None, code=None, whitelist=None) [source]

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
gis.forms.MultiLineStringField
  • References/Python/Django/API/GeoDjango Forms API

class MultiLineStringField

2025-01-10 15:47:30
staticfiles.storage.ManifestStaticFilesStorage
  • References/Python/Django/API/contrib packages/The staticfiles app

class storage.ManifestStaticFilesStorage A subclass of the StaticFilesStorage storage backend which stores the

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

values(*fields) Returns a QuerySet that returns dictionaries, rather than model instances, when used as an iterable

2025-01-10 15:47:30
gis.geos.GEOSGeometry.ring
  • References/Python/Django/API/GEOS API

GEOSGeometry.ring Returns a boolean indicating whether the geometry is a LinearRing.

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

get_prefix() Determine the

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

LogEntry.object_repr The object`s repr() after the modification.

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

prefetch_related_objects(model_instances, *related_lookups) [source]

2025-01-10 15:47:30