gis.gdal.SpatialReference.import_xml()
  • References/Python/Django/API/GDAL API

import_xml(xml) Import spatial reference from XML.

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

class IntegerRangeField(**options) [source] Stores a range of integers. Based on an

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

RunSQL.noop Pass the RunSQL.noop attribute to sql or reverse_sql when you want the operation

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

num Returns the number corresponding to the OGR geometry type:

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

ManyToManyField.through_fields Only used when a custom intermediary model is specified. Django will normally determine which

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

class models.Permission

2025-01-10 15:47:30
auth.middleware.RemoteUserMiddleware
  • References/Python/Django/API/Middleware

class RemoteUserMiddleware Middleware for utilizing Web server provided authentication. See Authentication

2025-01-10 15:47:30
admin.ModelAdmin.get_search_results()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_search_results(request, queryset, search_term) [source] The get_search_results

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

distinct(*fields) Returns a new QuerySet that uses SELECT DISTINCT in its SQL query. This eliminates

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.allow_empty
  • References/Python/Django/API/Multiple object mixins

allow_empty A boolean specifying whether to display the page if no objects are available. If this is False and

2025-01-10 15:47:30