core.files.storage.Storage.open()
  • References/Python/Django/API/File handling/File storage API

open(name, mode='rb') [source] Opens the file given by name. Note that although

2025-01-10 15:47:30
gis.db.models.GeometryCollectionField
  • References/Python/Django/API/GeoDjango Model API

class GeometryCollectionField

2025-01-10 15:47:30
db.models.Q
  • References/Python/Django/API/Models/QuerySet API reference

class Q [source] A Q() object, like an

2025-01-10 15:47:30
forms.Field.initial
  • References/Python/Django/API/Forms/Form fields

Field.initial The initial argument lets you specify the initial value to use when rendering this Field

2025-01-10 15:47:30
db.models.query.QuerySet.count()
  • References/Python/Django/API/Models/QuerySet API reference

count() Returns an integer representing the number of objects in the database matching the QuerySet. The count()

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

ugettext_lazy(message)

2025-01-10 15:47:30
db.models.expressions.When
  • References/Python/Django/API/Models/Conditional Expressions

class When(condition=None, then=None, **lookups) [source] A When() object is

2025-01-10 15:47:30
forms.IntegerField.min_value
  • References/Python/Django/API/Forms/Form fields

min_value These control the range of values permitted in the field.

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

autodiscover() [source] This function attempts to import an admin module in

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

geotransform The affine transformation matrix used to georeference the source, as a tuple of six coefficients which map pixel/line

2025-01-10 15:47:30