gis.geoip.GeoIP.coords()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.coords(query) Returns a coordinate tuple of (longitude, latitude).

2025-01-10 15:47:30
gis.widgets.BaseGeometryWidget.geom_type
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.geom_type The OpenGIS geometry type, generally set by the form field.

2025-01-10 15:47:30
auth.models.Group.name
  • References/Python/Django/API/contrib packages/django.contrib.auth

name Required. 80 characters or fewer. Any characters are permitted. Example: 'Awesome Users'.

2025-01-10 15:47:30
gis.gdal.Layer.test_capability()
  • References/Python/Django/API/GDAL API

test_capability(capability) Returns a boolean indicating whether this layer supports the given capability (a string). Examples

2025-01-10 15:47:30
db.models.Field.get_db_prep_value()
  • References/Python/Django/API/Models/Model field reference

get_db_prep_value(value, connection, prepared=False) [source] Converts value

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

delimiter This is an optional argument which defaults to a comma: ,. This value is used to split the submitted

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

__len__() Returns the number of points in a LineString, the number of rings in a Polygon, or the number

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

class AsSVG(expression, relative=False, precision=8, **extra) Availability: PostGIS, SpatiaLite

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

ModelAdmin.get_search_fields(request) [source] The get_search_fields method

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

class ArrayAgg(expression, **extra) [source] Returns a list of values, including nulls, concatenated

2025-01-10 15:47:30