db.migrations.operations.RunSQL.noop
  • References/Python/Django/API/Migration Operations

RunSQL.noop Pass the RunSQL.noop attribute to sql or reverse_sql when you want the operation

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

class Polygon(*args, **kwargs) Polygon objects may be instantiated by passing in parameters that represent the

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

value_to_string(obj) [source] Converts obj to a string. Used to serialize the

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

Field.db_index If True, a database index will be created for this field.

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

GEOSGeometry.equals_exact(other, tolerance=0) Returns true if the two geometries are exactly equal, up to a specified tolerance

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.context_object_name
  • References/Python/Django/API/Multiple object mixins

context_object_name Designates the name of the variable to use in the context.

2025-01-10 15:47:30
auth.models.User.username_validator
  • References/Python/Django/API/contrib packages/django.contrib.auth

username_validator New in Django 1.10. Points

2025-01-10 15:47:30
core.files.File.mode
  • References/Python/Django/API/File handling/The File object

mode The read/write mode for the file.

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

class NullBooleanField(**options) [source] Like a BooleanField, but allows NULL

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

geom_name Returns the name of the type of this geometry:

2025-01-10 15:47:30