gis.db.models.GeometryField.geography
  • References/Python/Django/API/GeoDjango Model API

GeometryField.geography If set to True, this option will create a database column of type geography, rather than

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

BaseGeometryWidget.display_raw Boolean value specifying if a textarea input showing the serialized representation of the current

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

num_fields Returns the number of fields in the layer, i.e the number of fields of data associated with each feature in the layer:

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

class GenericIPAddressField(protocol='both', unpack_ipv4=False, **options) [source] An IPv4

2025-01-10 15:47:30
core.files.storage.FileSystemStorage.base_url
  • References/Python/Django/API/File handling/File storage API

base_url URL that serves the files stored at this location. Defaults to the value of your MEDIA_URL setting.

2025-01-10 15:47:30
views.generic.base.View.dispatch()
  • References/Python/Django/API/Built-in class-based views API/Base views

dispatch(request, *args, **kwargs) The view part of the view – the method that accepts a request argument

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

class RegrAvgY(y, x) [source] Returns the average of the dependent variable (sum(y)/N)

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

class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting

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

pixel_count New in Django 1.9. The total

2025-01-10 15:47:30
views.generic.dates.YearArchiveView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class YearArchiveView [source] A yearly archive page showing all available months in a given

2025-01-10 15:47:30