gis.geos.GEOSGeometry.valid_reason
  • References/Python/Django/API/GEOS API

GEOSGeometry.valid_reason Returns a string describing the reason why a geometry is invalid.

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
admin.AdminSite.site_header
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.site_header The text to put at the top of each admin page, as an <h1> (a string). By default, this

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

Field.unique_for_date Set this to the name of a DateField or DateTimeField to require that this field

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

as_string() Returns the value of the field as a string:

2025-01-10 15:47:30
db.models.Model.validate_unique()
  • References/Python/Django/API/Models/Model instance reference

Model.validate_unique(exclude=None) [source] This method is similar to clean_fields()

2025-01-10 15:47:30
views.generic.base.RedirectView.query_string
  • References/Python/Django/API/Built-in class-based views API/Base views

query_string Whether to pass along the GET query string to the new location. If True, then the query string is

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

python_2_unicode_compatible() [source] A decorator that defines __unicode__

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

within(other) Returns True if this geometry is contained within the other, otherwise returns False

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

GEOSGeometry.ogr Returns an

2025-01-10 15:47:30