db.models.options.Options.get_field()
  • References/Python/Django/API/Models/Model _meta API

Options.get_field(field_name) [source] Returns the field instance given a name of a field

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

num_fields Returns the number of fields in the layer, i.e the number of fields of data associated with each feature in the layer:

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

pixel_count New in Django 1.9. The total

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

date_joined A datetime designating when the account was created. Is set to the current date/time by default when the account

2025-01-10 15:47:30
postgres.fields.FloatRangeField
  • References/Python/Django/API/PostgreSQL specific model fields

class FloatRangeField(**options) [source] Stores a range of floating point values. Based

2025-01-10 15:47:30
template.Context.push()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

Context.push()

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

GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.

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

ImageField.height_field Name of a model field which will be auto-populated with the height of the image each time the model

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

first_name Optional. 30 characters or fewer.

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

decorator_from_middleware_with_args(middleware_class) [source] Like decorator_from_middleware

2025-01-10 15:47:30