gis.db.models.functions.NumPoints
  • References/Python/Django/API/Geographic Database Functions

class NumPoints(expression, **extra) Availability: MySQL, PostGIS, Oracle, SpatiaLite Accepts

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
forms.SelectDateWidget
  • References/Python/Django/API/Forms/Widgets

class SelectDateWidget [source] Wrapper around three Select widgets: one each

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
auth.models.User.groups
  • References/Python/Django/API/contrib packages/django.contrib.auth

groups Many-to-many relationship to Group

2025-01-10 15:47:30
db.models.Options.label_lower
  • References/Python/Django/API/Models/Model Meta options

Options.label_lower New in Django 1.9. Representation

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

ImageField.width_field Name of a model field which will be auto-populated with the width of the image each time the model instance

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

gml Returns a string representation of this geometry in GML format:

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

html_safe() [source] The __html__() method on a class helps non-Django templates

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

class ModelChoiceField(**kwargs) [source] Default widget:

2025-01-10 15:47:30