db.models.Options.default_permissions
  • References/Python/Django/API/Models/Model Meta options

Options.default_permissions Defaults to ('add', 'change', 'delete'). You may customize this list, for example,

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

as_datetime() Returns the value of the field as a tuple of date and time components:

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

class MultiPolygonField

2025-01-10 15:47:30
apps.apps.get_app_configs()
  • References/Python/Django/API/Applications

apps.get_app_configs() Returns an iterable of AppConfig instances.

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

class DataSource(ds_input, encoding='utf-8') The constructor for DataSource only requires one parameter: the path

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

Model.get_previous_by_FOO(**kwargs) For every

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

centroid Returns a Point representing the centroid of this polygon.

2025-01-10 15:47:30
gis.utils.mapping()
  • References/Python/Django/API/OGR Inspection

mapping(data_source, geom_name='geom', layer_key=0, multi_geom=False)

2025-01-10 15:47:30
postgres.operations.UnaccentExtension
  • References/Python/Django/API/Database migration operations

class UnaccentExtension [source] Installs the unaccent extension.

2025-01-10 15:47:30
http.HttpResponse
  • References/Python/Django/API/Request and response objects

class HttpResponse [source] In contrast to HttpRequest objects, which are created

2025-01-10 15:47:30