gis.widgets.BaseGeometryWidget.map_srid
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.map_srid SRID code used by the map (default is 4326).

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

geos Returns a

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

first() Returns the first object matched by the queryset, or None if there is no matching object. If the QuerySet

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

GEOSGeometry.distance(geom) Returns the distance between the closest points on this geometry and the given geom

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

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

2025-01-10 15:47:30
forms.CheckboxSelectMultiple
  • References/Python/Django/API/Forms/Widgets

class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered

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

GEOSGeometry.contains(other) Returns True if other.within(this) returns True.

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

ModelAdmin.show_full_result_count Set show_full_result_count to control whether the full count of objects should

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

GEOSGeometry.disjoint(other) Returns True if the DE-9IM intersection matrix for the two geometries is FF*FF****

2025-01-10 15:47:30
postgres.aggregates.RegrSlope
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class RegrSlope(y, x) [source] Returns the slope of the least-squares-fit linear equation

2025-01-10 15:47:30