sites.models.Site.domain
  • References/Python/Django/API/contrib packages/The “sites” framework

domain The fully qualified domain name associated with the website. For example, www.example.com.

2025-01-10 15:47:30
db.models.functions.Cast
  • References/Python/Django/API/Models/Database Functions

class Cast(expression, output_field) [source] New

2025-01-10 15:47:30
forms.BoundField.id_for_label
  • References/Python/Django/API/Forms/The Forms API

BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a

2025-01-10 15:47:30
forms.Form.initial
  • References/Python/Django/API/Forms/The Forms API

Form.initial Use initial to declare the initial value of form fields at runtime. For example, you might want to

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

class CommonMiddleware [source] Adds a few conveniences for perfectionists:

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

class Count(expression, distinct=False, **extra) [source] Returns the number of objects that

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

GEOSGeometry.overlaps(other) Returns true if the DE-9IM intersection matrix for the two geometries is T*T***T**

2025-01-10 15:47:30
postgres.forms.SplitArrayField.size
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

size This is the fixed number of times the underlying field will be used.

2025-01-10 15:47:30
gis.geos.PreparedGeometry.contains_properly()
  • References/Python/Django/API/GEOS API

contains_properly(other)

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

class django.views.generic.base.View The master class-based base view. All other class-based views inherit from this base class

2025-01-10 15:47:30