gis.db.models.GeoQuerySet.envelope()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.envelope(**kwargs) Deprecated since version 1.9: Use

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

HttpResponse.setdefault(header, value) Sets a header unless it has already been set.

2025-01-10 15:47:30
Testing GeoDjango apps
  • References/Python/Django/API/Testing GeoDjango apps

Included in this documentation are some additional notes and settings for PostGIS users. PostGIS

2025-01-10 15:47:30
admin.ModelAdmin.get_actions()
  • References/Python/Django/API/Admin actions

ModelAdmin.get_actions(request) [source] Finally, you can conditionally enable or disable

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

class AlterOrderWithRespectTo(name, order_with_respect_to) [source] Makes or deletes the

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

keep_lazy_text(func) [source] New in Django 1

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
http.HttpRequest.readlines()
  • References/Python/Django/API/Request and response objects

HttpRequest.readlines() [source]

2025-01-10 15:47:30
db.models.expressions.When
  • References/Python/Django/API/Models/Conditional Expressions

class When(condition=None, then=None, **lookups) [source] A When() object is

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

class ArrayField(base_field, size=None, **options) [source] A field for storing lists of

2025-01-10 15:47:30