gis.gdal.Field.value
  • References/Python/Django/API/GDAL API

value Returns the value of this field. The Field class itself returns the value as a string, but each subclass

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

z Returns the Z coordinate of this point, or None if the point does not have a Z coordinate:

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

escape_uri_path(path) [source] Escapes the unsafe characters from the path portion of a Uniform

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

ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for

2025-01-10 15:47:30
db.models.options.Options.get_fields()
  • References/Python/Django/API/Models/Model _meta API

Options.get_fields(include_parents=True, include_hidden=False) [source] Returns a tuple of

2025-01-10 15:47:30
gis.forms.MultiPolygonField
  • References/Python/Django/API/GeoDjango Forms API

class MultiPolygonField

2025-01-10 15:47:30
core.files.uploadedfile.UploadedFile.chunks()
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

UploadedFile.chunks(chunk_size=None) A generator returning chunks of the file. If multiple_chunks() is True

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

GeoIP.region_by_addr(query)

2025-01-10 15:47:30
views.generic.dates.BaseDateListView.get_dated_items()
  • References/Python/Django/API/Date-based mixins

get_dated_items() [source] Returns a 3-tuple containing (date_list, object_list

2025-01-10 15:47:30
admin.AdminSite.password_change_template
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.

2025-01-10 15:47:30