gis.gdal.OGRGeometry.
  • References/Python/Django/API/GDAL API

__getitem__() Returns the point at the specified index for a LineString, the interior ring at the specified index

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

__iter__() Iterates over the points in a LineString, the rings in a Polygon, or the geometries in

2025-01-10 15:47:30
gis.geos.PreparedGeometry.contains_properly()
  • References/Python/Django/API/GEOS API

contains_properly(other)

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

__len__() Returns the number of points in a LineString, the number of rings in a Polygon, or the number

2025-01-10 15:47:30
forms.PasswordInput
  • References/Python/Django/API/Forms/Widgets

class PasswordInput [source] Password input: <input type='password' ...>

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

InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class

2025-01-10 15:47:30
gis.geoip2.GeoIP2
  • References/Python/Django/API/Geolocation with GeoIP2

class GeoIP2(path=None, cache=0, country=None, city=None) The GeoIP object does not require any parameters to use

2025-01-10 15:47:30
template.base.Origin.name
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

name The path to the template as returned by the template loader. For loaders that read from the file system, this is the full

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

ModelAdmin.date_hierarchy Set date_hierarchy to the name of a DateField or DateTimeField

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

parse_date(value) [source] Parses a string and returns a

2025-01-10 15:47:30