gis.gdal.Field.as_double()
  • References/Python/Django/API/GDAL API

as_double() Returns the value of the field as a double (float):

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

fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).

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

GEOSGeometry.ewkb Return the EWKB representation of this Geometry as a Python buffer. This is an extension of the WKB specification

2025-01-10 15:47:30
template.context_processors.tz()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

tz() [source] If this processor is enabled, every RequestContext will contain

2025-01-10 15:47:30
template.response.SimpleTemplateResponse.resolve_context()
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

SimpleTemplateResponse.resolve_context(context) [source] Preprocesses context data that will

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

deactivate() [source] Deactivates the currently active translation object so that further

2025-01-10 15:47:30
gis.db.models.LineStringField
  • References/Python/Django/API/GeoDjango Model API

class LineStringField

2025-01-10 15:47:30
gis.forms.MultiLineStringField
  • References/Python/Django/API/GeoDjango Forms API

class MultiLineStringField

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

GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for

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

BoundField.errors A list-like object that is displayed as an HTML <ul class="errorlist">

2025-01-10 15:47:30