utils.text.slugify()
  • References/Python/Django/API/Django Utils

slugify(allow_unicode=False) [source] Converts to ASCII if allow_unicode is

2025-01-10 15:47:30
gis.gdal.SpatialReference.import_epsg()
  • References/Python/Django/API/GDAL API

import_epsg(epsg) Import spatial reference from EPSG code.

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

transform(coord_trans, clone=False) Transforms this geometry to a different spatial reference system. May take a CoordTransform

2025-01-10 15:47:30
views.generic.edit.DeletionMixin.get_success_url()
  • References/Python/Django/API/Editing mixins

get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url

2025-01-10 15:47:30
core.files.storage.Storage.size()
  • References/Python/Django/API/File handling/File storage API

size(name) [source] Returns the total size, in bytes, of the file referenced by name

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

contains(other) Returns True if this geometry contains the other, otherwise returns False.

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

HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.

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

base_field The model field class to use.

2025-01-10 15:47:30
db.models.Options.select_on_save
  • References/Python/Django/API/Models/Model Meta options

Options.select_on_save Determines if Django will use the pre-1.6

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

GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure

2025-01-10 15:47:30