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
gis.geos.GEOSGeometry.length
  • References/Python/Django/API/GEOS API

GEOSGeometry.length Returns the length of this geometry (e.g., 0 for a Point, the length of a LineString

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

class MessageMiddleware [source] Enables cookie- and session-based message support. See the

2025-01-10 15:47:30
template.loader.render_to_string()
  • References/Python/Django/Guides

render_to_string(template_name, context=None, request=None, using=None) [source] r

2025-01-10 15:47:30
auth.models.BaseUserManager.make_random_password()
  • References/Python/Django/Guides

make_random_password(length=10, allowed_chars='abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789') Returns a random password

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

GEOSGeometry.relate(other) Returns the DE-9IM intersection matrix (a string) representing the topological relationship between

2025-01-10 15:47:30
apps.AppConfig.get_model()
  • References/Python/Django/API/Applications

AppConfig.get_model(model_name) [source] Returns the

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

class AlterUniqueTogether(name, unique_together) [source] Changes the model’s set of unique

2025-01-10 15:47:30
db.models.Transform.bilateral
  • References/Python/Django/API/Models/Lookup API reference

bilateral A boolean indicating whether this transformation should apply to both lhs and rhs. Bilateral

2025-01-10 15:47:30
auth.models.AbstractBaseUser.clean()
  • References/Python/Django/Guides

clean() New in Django 1.10. Normalizes

2025-01-10 15:47:30