db.models.query.QuerySet.using()
  • References/Python/Django/API/Models/QuerySet API reference

using(alias) This method is for controlling which database the QuerySet will be evaluated against if you are using

2025-01-10 15:47:30
postgres.fields.django.postgres.forms.BaseRangeField.range_type
  • References/Python/Django/API/PostgreSQL specific model fields

range_type The psycopg2 range type to use.

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

class RegrSXX(y, x) [source] Returns sum(x^2) - sum(x)^2/N (“sum of squares”

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

class RasterField RasterField is currently only implemented for the PostGIS backend.

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

layer_count Returns the number of layers in the data source.

2025-01-10 15:47:30
core.files.storage.Storage.get_valid_name()
  • References/Python/Django/API/File handling/File storage API

get_valid_name(name) [source] Returns a filename based on the name parameter

2025-01-10 15:47:30
forms.Widget.id_for_label()
  • References/Python/Django/API/Forms/Widgets

id_for_label(self, id_) [source] Returns the HTML ID attribute of this widget for use by

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

fields Returns a list of the names of each of the fields in this layer:

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

GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.

2025-01-10 15:47:30
utils.html.escape()
  • References/Python/Django/API/Django Utils

escape(text) [source] Returns the given text with ampersands, quotes and angle brackets encoded

2025-01-10 15:47:30