http.QueryDict.
  • References/Python/Django/API/Request and response objects

QueryDict.__contains__(key) Returns True if the given key is set. This lets you do, e.g., if "foo" in request

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

envelope Returns the envelope of this geometry, as an Envelope object.

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

QueryDict.__setitem__(key, value) [source] Sets the given key to [value] (a

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

as_vendorname(self, compiler, connection) Works like as_sql() method. When an expression is compiled by compiler

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

GEOSGeometry.coords Returns the coordinates of the geometry as a tuple.

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

GEOSGeometry.envelope Returns a Polygon that represents the bounding envelope of this geometry. Note that it can

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

x Returns the X coordinate of this point: >>>

2025-01-10 15:47:30
gis.geoip.GeoIP.info
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.info This property returns information about all GeoIP databases (both city and country), and the version of the GeoIP

2025-01-10 15:47:30
db.models.functions.datetime.Trunc
  • References/Python/Django/API/Models/Database Functions

class Trunc(expression, kind, output_field=None, tzinfo=None, **extra) [source] Truncates

2025-01-10 15:47:30
db.migrations.operations.AlterIndexTogether
  • References/Python/Django/API/Migration Operations

class AlterIndexTogether(name, index_together) [source] Changes the model’s set of custom

2025-01-10 15:47:30