gis.geos.GEOSGeometry.equals_exact()
  • References/Python/Django/API/GEOS API

GEOSGeometry.equals_exact(other, tolerance=0) Returns true if the two geometries are exactly equal, up to a specified tolerance

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

QueryDict.lists() Like items(), except it includes all values, as a list, for each member of the dictionary. For

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

activate(timezone) [source] Sets the current time zone.

2025-01-10 15:47:30
forms.Textarea
  • References/Python/Django/API/Forms/Widgets

class Textarea [source] Text area: <textarea>...</textarea>

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

GeoDjango intends to be a world-class geographic Web framework. Its goal is to make it as easy as possible to build GIS Web applications and harness the power of spatially

2025-01-10 15:47:30
db.models.Expression.get_source_expressions()
  • References/Python/Django/API/Models/Query Expressions

get_source_expressions() Returns an ordered list of inner expressions. For example:

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

Field.db_index If True, a database index will be created for this field.

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

max_x The value of the minimum Y coordinate.

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

gettext_noop(message) [source]

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

extent Returns the spatial extent of this layer, as an Envelope object:

2025-01-10 15:47:30