db.models.Field.description
  • References/Python/Django/API/Models/Model field reference

description A verbose description of the field, e.g. for the django.contrib.admindocs application.

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

Field.auto_created Boolean flag that indicates if the field was automatically created, such as the OneToOneField

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

fields Returns a list of the names of the fields of data associated with the feature. This will be the same for all features

2025-01-10 15:47:30
gis.geoip2.GeoIP2.lon_lat()
  • References/Python/Django/API/Geolocation with GeoIP2

GeoIP2.lon_lat(query) Returns a coordinate tuple of (longitude, latitude).

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

max The maximum pixel value of the band (excluding the “no data” value).

2025-01-10 15:47:30
postgres.search.TrigramSimilarity
  • References/Python/Django/API/Full text search

class TrigramSimilarity(expression, string, **extra) [source]

2025-01-10 15:47:30
django.contrib.humanize
  • References/Python/Django/API/contrib packages/django.contrib.humanize

A set of Django template filters useful for adding a “human touch” to data. To activate these filters, add 'django.contrib.humanize'

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

fid Returns the feature identifier within the layer: >>>

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

ewkt Returns the EWKT representation of this geometry.

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

BaseGeometryWidget.template_name The template used to render the map widget. You can pass widget

2025-01-10 15:47:30