gis.gdal.CoordTransform
  • References/Python/Django/API/GDAL API

class CoordTransform(source, target) Represents a coordinate system transform. It is initialized with two SpatialReference

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

class ModelMultipleChoiceField(**kwargs) [source] Default widget:

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.boundary
  • References/Python/Django/API/GEOS API

GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.

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

Form.as_p() as_p() renders the form as a series of <p> tags, with each <p>

2025-01-10 15:47:30
gis.db.models.GeoQuerySet.svg()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.svg(**kwargs) Deprecated since version 1.9: Use the

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

InlineModelAdmin.model The model which the inline is using. This is required.

2025-01-10 15:47:30
postgres.fields.RangeField.base_field
  • References/Python/Django/API/PostgreSQL specific model fields

base_field The model field class to use.

2025-01-10 15:47:30
forms.models.modelform_factory()
  • References/Python/Django/API/Forms/Model Form Functions

modelform_factory(model, form=ModelForm, fields=None, exclude=None, formfield_callback=None, widgets=None, localized_fields=None, labels=None, help_texts=None, error_messages=None

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

gettext_lazy(message)

2025-01-10 15:47:30